Transport.API class handles communication with API
Client Configuration
Client Configuration
Triggers a GET request to an API route
API route
Optional headers to send in request
A Promise that resolves to an axios response
Triggers a POST request to an API route
API route
data object to send in POST request
Optional headers to send in request
A Promise that resolves to an axios response
Triggers a PUT request to an API route
API route
data object to send in POST request
Optional headers to send in request
A Promise that resolves to an axios response
Triggers a request to API
A promise that resolves to an axios response
Generated using TypeDoc
Transport.API class handles communication with API