adityabisoi / github-rest-api-v3

GitHub REST API playground
GNU General Public License v3.0
11 stars 22 forks source link

Create a dev branch where we will use API token for test/dev purposes #63

Closed SedaII closed 3 years ago

SedaII commented 3 years ago

I want to implement a feature to use if wanted our personal github token to reach rate limit to 5k per hour. However, I was thinking that we won't need those feature in main branch, so I thought about a dev branch(since it's for dev or test purposes). Or maybe there's another way.

adityabisoi commented 3 years ago

Can you elaborate on this a bit?

SedaII commented 3 years ago

@adityabisoi Heres detail, I'm sorry I didn't explain much.

adityabisoi commented 3 years ago

@SedaII Indeed, using a personal Token comes with a lot of feature additions and not only increasing the rate limit. I am creating a dev branch. I would merge it into main once some useful improvements are made.