public library
This library exports types intended to be accessed by end users of the package, and should be re-exported by any package using package:api_tooling.
Classes
- ApiResponse
-
A
Response
from an ApiClient. - SuccessApiResponse
- A successful ApiResponse, most likely with a status code between 200 and 299.
Exceptions / Errors
- ErrorApiResponse
- An ApiResponse that represents an error.
- RateLimitedResponse
- An ApiResponse that represents a rate limited response.