TeamMartinez / YOLO-api

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

[GitHub] POST Issues #20

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 creating an issue within GitHub.

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

Question: How do we determine what project this issue is specific to?

jonobrien commented 8 years ago

Are we using the newest version of the github api with oauth? v3 I don't see any reference to the particular version in the omniauth commits.

There would be a difference in endpoints you could query for from their end/different names, etc.

jonobrien commented 8 years ago

post create issue edit

if we are doing comments too: post create comment edit

jonobrien commented 8 years ago

closing for demo