Class JGithubHttp
HTTP client class for connecting to a GitHub instance.
- JHttp
- JGithubHttp
Package: Joomla\Platform\GitHub
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Located at joomla/github/http.php
Deprecated: 4.0 Use the
joomla/github
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Located at joomla/github/http.php
Methods summary
public
|
#
__construct(
Constructor. |
Methods inherited from JHttp
delete()
,
get()
,
getOption()
,
head()
,
options()
,
patch()
,
post()
,
put()
,
setOption()
,
trace()
Magic methods summary
Constants summary
integer |
AUTHENTICATION_NONE
|
0 |
|
integer |
AUTHENTICATION_BASIC
|
1 |
|
integer |
AUTHENTICATION_OAUTH
|
2 |