gax library
Classes
- ServiceClient
- A low-level mechanism to communicate with Google APIs.
- Uint8List
- A fixed-length list of 8-bit unsigned integers.
Functions
-
httpClientFromApiKey(
String? apiKey, List< String> envKeys) → Client -
A
http.Clientauthenticated using an API key.
Exceptions / Errors
- ConfigurationException
- Exception thrown when a method is called without correct configuration.
- ServiceException
- Exception thrown when calling an API through ServiceClient fails.
- StatusException
-
Exception thrown when an API method fails with a
Statusindicating an error.