helpers/http library
Classes
- HttpClient
- A generic, minimal type for providing an HTTP client function. This gets the necessary config provided as an argument, and then should produce a promise for the parsed JSON as a result. The API helper functions will use this to return the right type.
- HttpClientConfig
- HttpResponse