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 | |
get ($owner, $repo, $sha) | |
create ($owner, $repo, $content, $encoding='utf-8') | |
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 | |
GitHub API Data Blobs class for the Joomla Platform.
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.
https://developer.github.com/v3/git/blobs/
create | ( | $owner, | |
$repo, | |||
$content, | |||
$encoding = 'utf-8' |
|||
) |
Create a Blob.
string | $owner | Repository owner. |
string | $repo | Repository name. |
string | $content | The content of the blob. |
string | $encoding | The encoding to use. |
Références $content, $data, $path, et json_encode.
get | ( | $owner, | |
$repo, | |||
$sha | |||
) |
Get a Blob.
string | $owner | Repository owner. |
string | $repo | Repository name. |
string | $sha | The commit SHA. |
Références $path.