deepanjali19 / GitHub-Dashboard

A web based GitHub Dashboard for Seneca students working on Open Source Development.
MIT License
3 stars 9 forks source link

Create file for interacting with API #9

Closed jkmdev closed 6 years ago

jkmdev commented 6 years ago

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.