Nuxeo API documentation problem with encoding character
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2014 08:37 AM
Hi,
On http://demo.nuxeo.com/nuxeo/api/v1/doc
Specially : http://demo.nuxeo.com/nuxeo/api/v1/doc#!/path/getDocumentByPath_get_0
We can't to make a request after "workspaces" level because of encoding url.
Example
GET by Path with docPath : default-domain/workspaces
generated request is good : http://demo.nuxeo.com:80/nuxeo/site/api/v1/path/default-domain/workspaces
Response 200 OK
But for GET by Path with docPath : default-domain/workspaces/Finance
generated request is http://demo.nuxeo.com:80/nuxeo/site/api/v1/path/default-domain/workspaces%2FFinance See the "%2F" instead slash !
Response is 404 because of urlencoded slash
Can you fix this or tell me a workaround, because it's a great tool but not very usefull with this bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2014 11:59 AM
Why do you urlencode the slash? It should work with a normal slash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2014 12:27 PM
It's not me !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2014 04:48 AM
Hello,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2014 09:40 AM
Thanks for the feedback,
