TeamMartinez / YOLO-api

REST API for the yolo project (GitHub Auth)
http://vm344a.se.rit.edu
1 stars 1 forks source link

[GitHub] GET issues #19

Closed jdw6359 closed 8 years ago

jdw6359 commented 8 years ago

Expose an endpoint responsible for reaching out to GitHub (using the token and secret maintained by api) and returning a collection of issues.

Need to research the GitHub api and investigate what resources they expose

jonobrien commented 8 years ago

v3 issues docs

GET /orgs/TeamMartinez/repos GET /repos/TeamMartinez/YOLO-api/issues

jonobrien commented 8 years ago

single endpoint on backend client can query for all issues from the team repos and we can return the json of all the issues from two requests.

then query backend for info on a specfic issue and we return more info about that single.

jonobrien commented 8 years ago

@jdw6359 determined no point in making same interface twice since calls would end up being the same.