Logo
PostMan ADV API Documentation

Create repository

POST https://api.github.com/user/repos

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://api.github.com/user/repos' -H 'Content-Type: application/json' -d '{"name":"repositoryName","description":"This is your first repository","homepage":"https://github.com","private":false,"has_issues":true,"has_projects":true,"has_wiki":true}'

ENDPOINTS