Package-level declarations
Types
Link copied to clipboard
interface ApiExecutor
A simple abstraction for executing network requests defined by ApiRequest and returning ApiResponse.
Link copied to clipboard
An extension of ApiRequest for requests that include form parameters in the body.
Link copied to clipboard
interface ApiRequest
A specification for an HTTP API request to be executed by an ApiExecutor.
Link copied to clipboard
An extension of ApiRequest for requests that include a body.
Link copied to clipboard
Represents the standard HTTP methods that can be used in an ApiRequest.
Link copied to clipboard
interface ApiResponse
Represents the response from an HTTP API request executed by an ApiExecutor.