CSIRO-enviro-informatics / loci-integration-api

This application provides a convenient interface for executing common functions across the whole LOCI system.
0 stars 3 forks source link

API doc fix and CRS #66

Closed jyucsiro closed 4 years ago

jyucsiro commented 4 years ago

Fixes a bug and adds an enhancement.

Bug: OpenAPI/Swagger UI opens 3 panels when only one selected (e.g. /location/find_at_location). Fix is unique IDs needed for each endpoint.

Enhancement: /location/find_at_location now has a CRS parameter, with default being 4326 (WGS 84).

dr-shorthair commented 4 years ago

Should this change be visible at https://api.loci.cat/api/v1/doc yet?

benjaminleighton commented 4 years ago

Not yet. We need to redeploy the infrastructure. This change should get rolled into a batch of changes including the fixes to the API to allow fast common "baseunit" cross walks.