JGithubPackageOrgs
Extends \JGithubPackageGitHub API Activity class for the Joomla Platform.
since |
3.3 |
---|---|
deprecated |
4.0 Use the |
documentation | |
property-read |
GitHub API object for members. GitHub API object for teams. |
package |
Joomla.Platform |
Methods
__construct
Constructor.
__construct(\Joomla\Registry\Registry $options = null, \JGithubHttp $client = null)
since |
1.7.3 |
---|
Arguments
- $options
\Joomla\Registry\Registry
GitHub options object.- $client
\JGithubHttp
The HTTP client object.
__get
Magic method to lazily create API objects
__get(string $name) : \JGithubPackage
since |
3.3 |
---|---|
throws |
|
Arguments
- $name
string
Name of property to retrieve
Response
\JGithubPackage
GitHub API package object.
edit
Edit an Organization.
edit(string $org, string $billingEmail = '', string $company = '', string $email = '', string $location = '', string $name = '') : object
since |
3.3 |
---|
Arguments
- $org
string
The organization name.- $billingEmail
string
Billing email address. This address is not publicized.- $company
string
The company name.string
The email address.- $location
string
The location name.- $name
string
The name.
Response
object
fetchUrl
Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.
fetchUrl(string $path, integer $page, integer $limit) : string
since |
1.7.3 |
---|
Arguments
- $path
string
URL to inflect- $page
integer
Page to request- $limit
integer
Number of results to return per page
Response
string
The request URL.
get
Get an Organization.
get(string $org) : object
since |
3.3 |
---|
Arguments
- $org
string
The organization name.
Response
object
getList
List User Organizations.
getList(string $user = '') : object
If a user name is given, public and private organizations for the authenticated user will be listed.
since |
3.3 |
---|
Arguments
- $user
string
The user name.
Response
object
processResponse
Process the response and decode it.
processResponse(\JHttpResponse $response, integer $expectedCode = 200, boolean $decode = true) : mixed
throws |
|
---|---|
since |
3.3.0 |
Arguments
- $response
\JHttpResponse
The response.- $expectedCode
integer
The expected "good" code.- $decode
boolean
If the should be response be JSON decoded.
Response
mixed
Properties
name
since |
3.3 |
---|
Type(s)
string
packages
since |
3.3 |
---|
Type(s)
array
client
The HTTP client object to use in sending HTTP requests.
members
GitHub API object for members.
Type(s)
\JGithubPackageOrgsMembers
teams
GitHub API object for teams.
Type(s)
\JGithubPackageOrgsTeams