I was planning on creating a file like this for interacting with the github API. I think it'd be a good thing to implement because it could make interactions with the API cleaner and more straight-forward.
It would have the same folder structure and name as well, so it'd probably be a file called api.ts in a folder called services. I'm also planning on using octokit for some functions as well.
The idea is to create it in a fairly basic form to start, then others can add functions as they go along.
I was planning on creating a file like this for interacting with the github API. I think it'd be a good thing to implement because it could make interactions with the API cleaner and more straight-forward.
It would have the same folder structure and name as well, so it'd probably be a file called
api.ts
in a folder calledservices
. I'm also planning on using octokit for some functions as well.The idea is to create it in a fairly basic form to start, then others can add functions as they go along.