clarin-eric / component-registry-rest

Component Registry back end
GNU General Public License v3.0
2 stars 1 forks source link

API documentation broken #20

Closed twagoo closed 8 years ago

twagoo commented 8 years ago

See ComponentRegistry/api-docs:

Can't read swagger JSON from https://catalog.clarin.eu/ds/ComponentRegistry/api-docs/../../rest/api-docs

Probably the URI is misconfigured. ComponentRegistry/rest/api-docs:

{
"apiVersion":"1.0.0",
"swaggerVersion":"1.2",
"apis":[{"path":"/authentication","description":"REST resource for handling the authentication status"}]
}
twagoo commented 8 years ago

JSON location fixed in fc84be131834c0b45ef038ee7c6830fc80980f59 Registry REST resource still not showing up, probably due to https://github.com/swagger-api/swagger-core/issues/102

twagoo commented 8 years ago

Fixed as of 00826c749f13a89bb997519f32087076b188b7bd after a swagger version upgrade (servlet and front end) and additional annotations on 'auxiliary' REST resources (/items and /groups)