GithubClientRaw class

Implementers

Constructors

GithubClientRaw({required String tokenGithub})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token_github String
getter/setter pair

Methods

getGitignoreTemplates({String? tokenGithub}) Future<GitignoreTemplates>
getOctocat({String? tokenGithub}) Future<OctocatData>
getRateLimit({String? tokenGithub}) Future<RateLimit>
getWisdom({String? tokenGithub}) Future<WisdomData>
getZen({String? tokenGithub}) Future<ZenData>
git_hub({String? tokenGithub}) → GitHub
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderMarkdown({required String text, String mode = 'markdown', String? context, String? tokenGithub}) Future<MarkdownData>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited