app / com.ocean.ishareeconomy_android.network / Network

Network

object Network

Part of network.

Main entry point for network access. Call like Network.users.getUsers(id, auth)

Properties

lending

the LendingService which makes the calls for stuff concerning lendingObjects

val lending: LendingService

login

val login: LoginService

users

the UserService which makes the calls for stuff concerning users

val users: UserService