Javascript octokit: Difference between revisions

From wikinotes
No edit summary
No edit summary
Tag: Reverted
Line 3: Line 3:


{{ NOTE |
{{ NOTE |
I find it easier to search the [[https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28 rest api docs]] for a method, it documents the response object, and you can try it out locally with [[gh]] and get a preview of the results.
I find it easier to search the [https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28 rest api docs] for a method, it documents the response object, and you can try it out locally with [[gh]] and get a preview of the results.
}}
}}



Revision as of 14:52, 20 September 2023

rest-js based github api client.
It uses the github api v3 (which you can use for additional docs, test queries).

NOTE:
{{{1}}}

Documentation

official docs https://octokit.github.io/rest.js/v20