Nsidc
Connector for the nsidc API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://nsidc.org/api/dataset/2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
facets— GET /Facets — View the facet information corresponding to a searchopen_search— GET /OpenSearch — Search documents using the OpenSearch 1.1 Specificationopensearch_description— GET /OpenSearchDescription — Describes the web interface of NSIDC's data search engineid— GET /suggest — Suggest search terms based on a partial query
Inputs
apiKey— your nsidc API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: facets
apiKey: <your key>