Crate usgs_espa_client

Source
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