简体   繁体   English

如何列出我的 github 存储库并使用邮递员创建一个新的 github 存储库

[英]How can I list my github repository and create a new github repository using postman

我想使用邮递员测试一些端点 1. 列出我所有的存储库 2. 创建存储库 2. 删除存储库和 4. 重命名存储库

  1. For Listing all the repositories - GET Request on below URL列出所有存储库 - GET Request on below URL

https://api.github.com/users/<user-name>/repos

  1. For Creating Repository - POST request on below URL用于创建存储库 - POST request on below URL

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

  1. For deleting the Repositories - DELETE request on below URL用于删除存储库 - DELETE request on below URL

https://api.github.com/repos/<:owner>/<:repo>

For details on what are the arguments required, Please read the official Github API V3 documentation - https://developer.github.com/v3/有关所需参数的详细信息,请阅读官方 Github API V3 文档 - https://developer.github.com/v3/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM