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é
Référence de la classe JGithubPackageSearch
+ Graphe d'héritage de JGithubPackageSearch:

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
 

Description détaillée

GitHub API Search class for the Joomla Platform.

https://developer.github.com/v3/search

Depuis
3.1.4
Obsolète:
4.0 Use the joomla/github package via Composer instead

Documentation des fonctions membres

◆ email()

email (   $email)

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).

Paramètres
string$emailThe email address(es).
Depuis
3.3 (CMS)
Renvoie
object

Références $path.

◆ issues()

issues (   $owner,
  $repo,
  $state,
  $keyword 
)

Search issues.

Paramètres
string$ownerThe name of the owner of the repository.
string$repoThe name of the repository.
string$stateThe state - open or closed.
string$keywordThe search term.
Exceptions
UnexpectedValueException
Depuis
3.3 (CMS)
Renvoie
object

Références $path, et $state.

◆ repositories()

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.

Paramètres
string$keywordThe search term.
string$languageFilter results by language https://github.com/languages
integer$startPagePage number to fetch
Depuis
3.3 (CMS)
Renvoie
object

Références $language, et $path.

◆ users()

users (   $keyword,
  $startPage = 0 
)

Search users.

Find users by keyword.

Paramètres
string$keywordThe search term.
integer$startPagePage number to fetch
Depuis
3.3 (CMS)
Renvoie
object

Références $path.


La documentation de cette classe a été générée à partir du fichier suivant :