object Network
Part of network.
Main entry point for network access. Call like Network.users.getUsers(id, auth)
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 |