I have a github version without any resources:
$ curl https://api.github.com/repos/cljsinfo/api-docs/releases/1260660/assets [ ]
But I can not load the resource in this version:
$ curl -X POST --header "Content-Type:application/edn" --data-binary @cljsdocs-full.edn "https://api.github.com/repos/cljsinfo/api-docs/releases/1260660/assets?name=full.edn&access_token=$(cat my-token)" { "message": "Not Found", "documentation_url": "https://developer.github.com/v3" }
My api access token has public_repo access. Thanks for any help downloading this asset.
source share