How to Use Pinned
Using Pinned is straightforward. Simply make a GET request to the Pinned API with the GitHub username of the user whose pinned repositories you want to retrieve. The API will return a JSON object containing the user's pinned repositories.
The endpoint for the API is /api/[username]. For example, to get the pinned repositories for the GitHub user "vercel", you would make a GET request to /api/vercel.
This API allows you to access the pinned repositories for any GitHub user effortlessly.