resource-watch/control-tower

View on GitHub
microservices/adapter-earth-engine.json

Summary

Maintainability
Test Coverage
{
  "port": 30502,
  "endpoints": [
    {
      "path": "/v1/query/gee/:dataset",
      "method": "GET",
      "binary": true,
      "redirect": {
        "method": "GET",
        "path": "/api/v1/earthengine/query/:dataset"
      }
    },
    {
      "path": "/v1/query/gee/:dataset",
      "method": "POST",
      "binary": true,
      "redirect": {
        "method": "POST",
        "path": "/api/v1/earthengine/query/:dataset"
      }
    },
    {
      "path": "/v1/download/gee/:dataset",
      "method": "GET",
      "binary": true,
      "redirect": {
        "method": "GET",
        "path": "/api/v1/earthengine/download/:dataset"
      }
    },
    {
      "path": "/v1/download/gee/:dataset",
      "method": "POST",
      "binary": true,
      "redirect": {
        "method": "POST",
        "path": "/api/v1/earthengine/download/:dataset"
      }
    },
    {
      "path": "/v1/fields/gee/:dataset",
      "method": "GET",
      "redirect": {
        "method": "GET",
        "path": "/api/v1/earthengine/fields/:dataset"
      }
    },
    {
      "path": "/v1/rest-datasets/gee",
      "method": "POST",
      "redirect": {
        "method": "POST",
        "path": "/api/v1/earthengine/rest-datasets/gee"
      }
    },
    {
      "path": "/v1/rest-datasets/gee/:dataset",
      "method": "DELETE",
      "redirect": {
        "method": "DELETE",
        "path": "/api/v1/earthengine/rest-datasets/gee/:dataset"
      }
    }
  ]
}