geosolutions-it / ogc-testbed

Management repository for OGC testbed and other initiatives
0 stars 0 forks source link

[Styles API] ogc/styles/api missing json format #80

Open allyoucanmap opened 4 years ago

allyoucanmap commented 4 years ago

following request https://localhost:8080/geoserver/ogc/styles/api?f=application%2Fjson

returns:

{
  "code": "NoApplicableCode",
  "description": "Could not find acceptable representation"
}
aaime commented 4 years ago

The API is provided in a JSON format with another mime, but the link to json is available nevertheless in the landing page:

{
"href": "https://maps.geo-solutions.it/geoserver/ogc/styles/api?f=application%2Fjson",
"rel": "service",
"type": "application/json",
"title": "API definition for this endpoint as application/json"
},