FundsApi

interface FundsApi

Functions

Link copied to clipboard
abstract suspend fun createFund(postFundsRequest: PostFundsRequest): PostFundsResponse

Create a Fund Creates a Fund Responses:

Link copied to clipboard
abstract suspend fun retrieveFund(fundId: Long): GetFundsResponse

Retrieve a Fund Returns the details of a Fund. Example Requests: funds/1 Responses:

Link copied to clipboard
abstract suspend fun retrieveFunds(): List<GetFundsResponse>

Retrieve Funds Returns the list of funds. Example Requests: funds Responses:

Link copied to clipboard
abstract suspend fun updateFund(fundId: Long, putFundsFundIdRequest: PutFundsFundIdRequest): PutFundsFundIdResponse

Update a Fund Updates the details of a fund. Responses: