How to use the @cumulus/cmr-client.CMRSearchConceptQueue function in @cumulus/cmr-client

To help you get started, we’ve selected a few @cumulus/cmr-client examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nasa / cumulus / packages / cmrjs / cmr.js View on Github external
constructor(provider, clientId, type, searchParams, format) {
    deprecate('@cmrjs/CMRSearchConceptQueue', '1.11.3');

    this.cmrClientSearchConceptQueue = new cmrClient.CMRSearchConceptQueue({
      provider,
      clientId,
      type,
      searchParams,
      format
    });
  }

@cumulus/cmr-client

A Node.js client to NASA's Common Metadata Repository (CMR) API.

Apache-2.0
Latest version published 3 months ago

Package Health Score

72 / 100
Full package analysis