Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Search API #4

Open
3 of 28 tasks
oubiwann opened this issue Aug 27, 2017 · 2 comments
Open
3 of 28 tasks

Add Search API #4

oubiwann opened this issue Aug 27, 2017 · 2 comments
Milestone

Comments

@oubiwann
Copy link
Member

oubiwann commented Aug 27, 2017

Reference: https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html

Resources to support:

  • GET /collections
  • POST /collections
  • GET /granules
  • GET /concepts/:concept-id
  • GET /concepts/:concept-id/:revision-id
  • GET /humanizers
  • PUT /humanizers
  • GET /humanizers/report
  • GET /tiles
  • GET /tags
  • GET /tags/:tag-id
  • PUT /tags/:tag-id
  • DELETE /tags/:tag-id
  • POST /tags/:tag-id/associations
  • DELETE /tags/:tag-id/associations
  • POST /tags/:tag-id/associations/by_query
  • DELETE /tags/:tag-id/associations/by_query
  • GET /variables
  • POST /variables/:variable-id/associations
  • DELETE /variables/:variable-id/associations
  • GET /community-usage-metrics
  • PUT /community-usage-metrics
  • POST /clear-cache
  • POST /reset
  • GET /caches
  • GET /caches/:cache-name
  • GET /caches/:cache-name/:cache-key
  • GET /health
@oubiwann oubiwann modified the milestone: 0.3.0 Sep 2, 2017
@pangaunn
Copy link

Hi @oubiwann, this is my first try on clojure. I've a question from your document. Which command I should run to access http://localhost:3449/dev.html. I alredy had lein installed in my laptop. Thanks

@dawranliou
Copy link

@pangaunn I think the command is lein figwheel. I'm also trying to set up the development environment. It seems to me running CMR locally is another prerequisite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants