GregDevProjects / pr-explore

Browse repositories and open PRs of hardcoded accounts
0 stars 0 forks source link

Github API endpoints #1

Open GregDevProjects opened 2 years ago

GregDevProjects commented 2 years ago
  1. Is authentication required? How will authentication be implemented
  2. What are the endpoints we need to hit to achieve the following:
    • Get repositories by user name
    • Get Open PRs by repository name
    • return creation date to determine if they are older than 5 days
GregDevProjects commented 2 years ago

Authentication is not required, but rate is limited for unauthenticated accounts. The app will function without it for the MVP, so add authentication to the list of nice to haves.

GregDevProjects commented 2 years ago

Get repositories - https://api.github.com/users/GregDevProjects/repos?page=1&per_page=1 Get PRs - https://api.github.com/repos/photonstorm/phaser/pulls