GeoWerkstatt / interlis-model-browser

INTERLIS Model Repo Browser
MIT License
0 stars 1 forks source link

API endpoints: capital case #87

Closed p1d1d1 closed 1 year ago

p1d1d1 commented 1 year ago

Why are you using capital case in api endpoints

danjov commented 1 year ago

The API endpoints are generally case-insensitive and in lower case by default. Only the API documentation displays the endpoints in capital case because of a default configuration value that is used when generating the Swagger documentation for the API. We'll look into that.