resource-watch/control-tower

View on GitHub
microservices/adapter-arcgis.json

Summary

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