GithubClient class

Inheritance

Constructors

GithubClient({required String tokenGithub})

Properties

activity GithubClientActivity
no setter
checks GithubClientChecks
no setter
gists GithubClientGists
no setter
git GithubClientGit
no setter
hashCode int
The hash code for this object.
no setterinherited
issues GithubClientIssues
no setter
organizations GithubClientOrganizations
no setter
pull_requests GithubClientPullRequests
no setter
repositories GithubClientRepositories
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
no setter
token_github String
getter/setter pairinherited
users GithubClientUser
no setter

Methods

getGitignoreTemplates({String? tokenGithub}) Future<GitignoreTemplates>
inherited
getOctocat({String? tokenGithub}) Future<OctocatData>
inherited
getRateLimit({String? tokenGithub}) Future<RateLimit>
inherited
getWisdom({String? tokenGithub}) Future<WisdomData>
inherited
getZen({String? tokenGithub}) Future<ZenData>
inherited
git_hub({String? tokenGithub}) → GitHub
inherited
invoke({required Map parameters, String? tokenGithub}) → dynamic
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>
inherited
request({required Map parameters, String? tokenGithub}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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