Support Checks API
Is there any plan to support the new v3 Checks API? https://developer.github.com/v3/checks/
@amihaiemil/z please, pay attention to this issue
@henriquetruta/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot!
@henriquetruta The project is out of budget at the moment and so out of contributors, unfortunately. However, PRs are welcome if you care to start implementing it -- just make sure to not break the library's architecture,
Job #1496 is now in scope, role is DEV
Thanks for your contribution, @henriquetruta/z! If you would be a member of the project, you would now earn +15 reputation points, as explained in §29. You can join and apply to it, see §2.
@henriquetruta Keep in mind that in this library everything is 100% encapsulated behind interfaces so, if you want a quick workarouind, you can probably extend the Github interface by adding the method Checks :: checks() ...
You also have access to the underlying HTTP request (via Github.entry(), if I remember well), so you can make the request directly yourself if you are in a hurry.