Classes
Classes
Gitignore
GitHub API Gitignore class for the Joomla Framework.
The .gitignore Templates API lists and fetches templates from the GitHub .gitignore repository.
« More » Classes
Classes
Blobs
GitHub API Data Blobs class for the Joomla Framework.
Since blobs can be any arbitrary binary data, the input and responses for the blob API
takes an encoding parameter that can be either utf-8 or base64. If your data cannot be
losslessly sent as a UTF-8 string, you can base64 encode it.
« More » Tags
GitHub API Data Tags class for the Joomla Framework.
This tags API only deals with tag objects - so only annotated tags, not lightweight tags.
« More » Classes
Classes
Comments
GitHub API Comments class for the Joomla Framework.
The Issue Comments API supports listing, viewing, editing, and creating comments
on issues and pull requests.
« More » Events
GitHub API Issues Events class for the Joomla Framework.
Records various events that occur around an Issue or Pull Request.
This is useful both for display on issue/pull request information pages and also
to determine who should be notified of comments.
« More » Classes
Hooks
GitHub API Orgs Hooks class for the Joomla Framework.
All actions against organization webhooks require the authenticated user to be an admin of the organization being managed.
Additionally, OAuth tokens require the "admin:org_hook" scope.
« More » Teams
GitHub API Orgs Teams class for the Joomla Framework.
All actions against teams require at a minimum an authenticated user who is a member
of the owner’s team in the :org being managed. Additionally, OAuth users require “user” scope.
« More » Classes
Classes
Contents
GitHub API Repositories Contents class for the Joomla Framework.
These API methods let you retrieve the contents of files within a repository as Base64 encoded content.
See media types for requesting raw or other formats.
« More » Downloads
GitHub API Repositories Downloads class for the Joomla Framework.
The downloads API is for package downloads only.
If you want to get source tarballs you should use
http://developer.github.com/v3/repos/contents/#get-archive-link instead.
« More » Statistics
GitHub API class for the Joomla Framework.
The Repository Statistics API allows you to fetch the data that GitHub uses for
visualizing different types of repository activity.
« More » Classes
Emails
GitHub API Emails class for the Joomla Framework.
Management of email addresses via the API requires that you are authenticated
through basic auth or OAuth with the user scope.
« More »