How do I make an API call to GitHub for a user's pinned repositories?

后端 未结 3 2042
长发绾君心
长发绾君心 2020-12-29 14:31

On GitHub, a user can have pinned repositories.

There\'s also the Repositories section of the API describing how to make requests that involve repos. You can also ge

3条回答
  •  情深已故
    2020-12-29 15:30

    Go to this URL and type your username and hit the "go" button. There you will see your pinned repos as a JSON responce.

    Click here

    Or else, you can replace your username in the below link.

    https://gh-pinned-repos-5l2i19um3.vercel.app/?username={Username}
    

    For more info: Click here or here

提交回复
热议问题