| Api |
|
| CachedApi |
Implements naive API caching using openclerk/cache. |
| CaughtApiException |
This wraps any other type of Exception that occurs when trying to execute/process our own API endpoint. |
| CloudFlareException |
Represents something bad occured while trying to fetch an external API, due to something from CloudFlare, so it might be temporary or a throttling problem. |
| EmptyResponseException |
Represents that we actually just got an empty exception. |
| Fetch |
|
| FetchException |
Represents something bad occured while trying to fetch an external API. |
| FetchHttpException |
Represents an HTTP error code that was returned during execution. This also provides access to the content returned by the server too. |
| IncapsulaException |
Represents something bad occured while trying to fetch an external API, due to something from CloudFlare, so it might be temporary or a throttling problem. |
| JSendException |
|