public class MyRtGithub extends Object implements com.jcabi.github.Github
RtGithub
I've provided my own implConstructor and Description |
---|
MyRtGithub()
Public ctor, for anonymous access to Github.
|
MyRtGithub(com.jcabi.http.Request req)
Public ctor, with a custom request.
|
MyRtGithub(String token)
Public ctor, for authentication with OAuth2 token.
|
MyRtGithub(String user,
String pwd)
Public ctor, for HTTP Basic Authentication.
|
Modifier and Type | Method and Description |
---|---|
javax.json.JsonObject |
emojis() |
com.jcabi.http.Request |
entry() |
com.jcabi.github.Gists |
gists() |
com.jcabi.github.Gitignores |
gitignores() |
com.jcabi.github.Limits |
limits() |
com.jcabi.github.Markdown |
markdown() |
javax.json.JsonObject |
meta() |
com.jcabi.github.Organizations |
organizations() |
com.jcabi.github.Repos |
repos() |
com.jcabi.github.Search |
search() |
com.jcabi.github.Users |
users() |
public MyRtGithub()
public MyRtGithub(String user, String pwd)
user
- User namepwd
- Passwordpublic MyRtGithub(String token)
token
- OAuth tokenpublic MyRtGithub(com.jcabi.http.Request req)
req
- Request to start frompublic com.jcabi.http.Request entry()
entry
in interface com.jcabi.github.Github
public com.jcabi.github.Repos repos()
repos
in interface com.jcabi.github.Github
public com.jcabi.github.Gists gists()
gists
in interface com.jcabi.github.Github
public com.jcabi.github.Users users()
users
in interface com.jcabi.github.Github
public com.jcabi.github.Organizations organizations()
organizations
in interface com.jcabi.github.Github
public com.jcabi.github.Limits limits()
limits
in interface com.jcabi.github.Github
public com.jcabi.github.Search search()
search
in interface com.jcabi.github.Github
public javax.json.JsonObject meta() throws IOException
meta
in interface com.jcabi.github.Github
IOException
public javax.json.JsonObject emojis() throws IOException
emojis
in interface com.jcabi.github.Github
IOException
public com.jcabi.github.Gitignores gitignores() throws IOException
gitignores
in interface com.jcabi.github.Github
IOException
public com.jcabi.github.Markdown markdown()
markdown
in interface com.jcabi.github.Github
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.