Javascript octokit: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 1: Line 1:
rest-js based github api client.<br>
rest-js based github api client.<br>
It uses the [[github api v3]] (which you can use for additional docs, test queries).
It uses the [[github api v3]] (which you can use for additional docs, test queries).
{{ 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.
}}


= Documentation =
= Documentation =

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:

I find it easier to search the [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.

Documentation

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