Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
$github = $manager->resolveDriver('github'); $github->repositories()->list(['per_page' => 10]); $github->issues()->create([ 'owner' => 'org', 'repo' => 'repo', 'title' => 'Bug report', ]); $github->pullRequests()->merge(['owner' => 'org', 'repo' => 'repo', 'pull_number' => 42]);
repositories
get
list
create
delete
https://api.github.com
issues
update
pullRequests
merge
$github->db()->repositories()->list(); $github->db()->issues()->list();
sv_entities
Was this page helpful?