CREATE Repository
POST
https://api.github.com/user/repos
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X POST 'https://api.github.com/user/repos' -d '{"name":"","discription":"this is my reposetory","homepage":"https://github.com","private":false,"has_issues":true,"has_projects":true,"has_wiki":true}'