GetNetwork

class GetNetwork(client: <ERROR CLASS>)

Functions

followers
Link copied to clipboard
common
suspend fun followers(page: Int = 1): List<FollowerModel>

Get list user followers

repo
Link copied to clipboard
common
suspend fun repo(url: String): RepoModel

Get repo data by url

repos
Link copied to clipboard
common
suspend fun repos(page: Int = 1, isSortASC: Boolean = false): List<RepoModel>

Get list repos user

rockets
Link copied to clipboard
common
suspend fun rockets(): List<RocketModel>

Test query without tokens from demo KMM

user
Link copied to clipboard
common
suspend fun user(): UserModel

Get user

Properties

client
Link copied to clipboard
common
val client: <ERROR CLASS>