Expand description
An API client for USGS ESPA API
For implemented API endpoints, see the methods implemented on the Client
Modules§
- types
- Types for working with the API
Structs§
- Client
- USGS ESPA API client. This is the main interaction point with the API. The instantiation needs valid user credentials that are used for authentication on each call.
Enums§
- Error
- Error type of this crate
Constants§
- ENVVAR_
PASS - Defines the environment variable for the USGS password
- ENVVAR_
USER - Defines the environment variable for the USGS username
- ESPA_
API_ URL - Defines the USGS ESPA API url to use
Type Aliases§
- Result
- Result type of this crate