GitHub API v3 Code anybody?

Hello,

i currently use a combination of a local logging in case of a fatal issue and a mySQL Database logging in case of non fatal issues with upload of the log uppon an App (re)start, for issue creation and Bug Tracking in my App.

I use GitHub for VCS anyway. So i started tracking issues in GitHub a day ago.

Is here anybody who has already made use of the GitHub API to access Issues from a Repo in GitHub? I don’t know yet if i am able and if i have the time to write working code for this. So, before i invest to much time into it, i thought i ask here. :slight_smile:

I’ve used https://github.com/PyGithub/PyGithub in the past but it’s for Python

The offer a REST API which answers using JSON Format. (https://developer.github.com/v3/)
Both not to difficult to handle in Xojo even for a non-prfessional like me. But why invent a solution if there maybe someone who’s willing to share, while i have a working system. It would just be nice to have everything at one place (GitHub). :wink:

But thank you for the suggestion @Jason King. I will take a look at it. :slight_smile: