akahu.api.rest.client
¶
class
akahu.api.rest.client.
RestClient
(
base_url
:
str
,
headers
:
dict
=
{}
)
¶
Bases:
object
get
(
endpoint
:
str
,
**
kwargs
)
→
dict
¶
post
(
endpoint
:
str
,
**
kwargs
)
→
dict
¶
akahu-py
Navigation
Usage
Command Line
API Reference
akahu.client
akahu.models.user
akahu.models.transaction
akahu.models.payment
akahu.models.account
akahu.api.endpoints.pending_transactions
akahu.api.endpoints.me
akahu.api.endpoints.payments
akahu.api.endpoints.transfers
akahu.api.endpoints.accounts
akahu.api.endpoints.transactions
akahu.api.endpoints.refresh
akahu.command
akahu.cli.me
akahu.cli.transactions
akahu.cli.tokens
akahu.cli.utils
akahu.cli.account
akahu.api.rest.client
RestClient
RestClient.get()
RestClient.post()
akahu.api.rest.models.api_error
akahu.api.rest.models.paged_response
akahu.api.rest.endpoint.list
akahu.api.rest.endpoint.getbyid
akahu.api.rest.endpoint.defaults
akahu.api.rest.endpoint.get
akahu.api.rest.base
Related Topics
Documentation overview
Previous:
akahu.cli.account
Next:
akahu.api.rest.models.api_error