GithubClientIssues class

Inheritance

Constructors

GithubClientIssues({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 pairinherited

Methods

closeAllIssues({required String owner_id, required String repo_id, required int issue_id, String? tokenGithub}) Future<Ok>
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
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
toString() String
A string representation of this object.
inherited

Operators

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