repositories
create
Example request:
curl -X POST \
-H "Content-Type: application/json" \
-d '{"repository": {"name": "thename", "private": "1"}}' \
"https://packagecloud.io/api/v1/repos.json"
post/api/v1/repos
Request body
Response
String The URL of the new repository resource.