I'm trying to sort out how to make a call to Github's API to get a hold of my pinned repos but I can't seem to find anything from Github's documentation using a REST call.
I did find this which uses graphql and does what I want but I'm not looking to spin up another server for this project.
so far I'm using https://api.github.com/users/USERNAME/repos
. Has a good amount of what I want but nothing for pinned repos.
anyone know?