- markdown() - Method in class com.jcabi.github.MyRtGithub
-
- meta() - Method in class com.jcabi.github.MyRtGithub
-
- MyRtGithub - Class in com.jcabi.github
-
Since there are issues with the main RtGithub
I've provided my own impl
- MyRtGithub() - Constructor for class com.jcabi.github.MyRtGithub
-
Public ctor, for anonymous access to Github.
- MyRtGithub(String, String) - Constructor for class com.jcabi.github.MyRtGithub
-
Public ctor, for HTTP Basic Authentication.
- MyRtGithub(String) - Constructor for class com.jcabi.github.MyRtGithub
-
Public ctor, for authentication with OAuth2 token.
- MyRtGithub(Request) - Constructor for class com.jcabi.github.MyRtGithub
-
Public ctor, with a custom request.