MEGA65 / mega65-test-procedures

Scripts and utilities for generating regression test procedures for the MEGA65
GNU General Public License v3.0
1 stars 0 forks source link

review the github-API and see if this can be better used #7

Open Ben-401 opened 4 years ago

Ben-401 commented 4 years ago

seems the github-api is already being used, but need to determine if it can be used better. consider:

Refer to: https://docs.github.com/en/github/extending-github/getting-started-with-the-api https://docs.github.com/en/rest/reference/issues https://developer.github.com/v3/

https://api.github.com/repos/mega65/mega65-core/issues https://api.github.com/repos/mega65/mega65-core/issues/215 https://api.github.com/repos/mega65/mega65-core/issues/206 https://api.github.com/repos/mega65/mega65-core/issues/206/events

gardners commented 4 years ago

Sorry, yes, its the authentication part I hadn't implemented, if I rememeber correctly.