Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
issues ($owner, $repo, $state, $keyword) | |
repositories ($keyword, $language='', $startPage=0) | |
users ($keyword, $startPage=0) | |
email ($email) | |
Fonctions membres publiques hérités de JGithubPackage | |
__get ($name) | |
Fonctions membres publiques hérités de JGithubObject | |
__construct (Registry $options=null, JGithubHttp $client=null) | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de JGithubObject | |
fetchUrl ($path, $page=0, $limit=0) | |
processResponse (JHttpResponse $response, $expectedCode=200, $decode=true) | |
Attributs protégés hérités de JGithubPackage | |
$name = '' | |
$packages = array() | |
Attributs protégés hérités de JGithubObject | |
$options | |
$client | |
( | ) |
Email search.
This API call is added for compatibility reasons only. There’s no guarantee that full email searches will always be available. The @ character in the address must be left unencoded. Searches only against public email addresses (as configured on the user’s GitHub profile).
string | The email address(es). |
Références $path.
issues | ( | $owner, | |
$repo, | |||
$state, | |||
$keyword | |||
) |
repositories | ( | $keyword, | |
$language = '' , |
|||
$startPage = 0 |
|||
) |
Search repositories.
Find repositories by keyword. Note, this legacy method does not follow the v3 pagination pattern. This method returns up to 100 results per page and pages can be fetched using the start_page parameter.
string | $keyword | The search term. |
string | $language | Filter results by language https://github.com/languages |
integer | $startPage | Page number to fetch |
users | ( | $keyword, | |
$startPage = 0 |
|||
) |
Search users.
Find users by keyword.
string | $keyword | The search term. |
integer | $startPage | Page number to fetch |
Références $path.