GithubTrending class

Constructors

GithubTrending({String prefix = 'https://ghapi.huchen.dev'})

Properties

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

Methods

getTrendingDevelopers({String? since, String? language}) Future<List<GithubTrendingDeveloper>>
Get trending developers
getTrendingRepositories({String? since, String? language, String? spokenLanguageCode}) Future<List<GithubTrendingRepository>>
Get trending repositories
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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