cytomine / Cytomine-java-client

Cytomine Java client
Apache License 2.0
12 stars 14 forks source link

cannot retreive user jobs from a project #25

Open danyfel80 opened 3 years ago

danyfel80 commented 3 years ago

When requesting user jobs in a project from a Collection<UserJob>, the response is 404. The reason is that the request url created by the client code is the following: https://server.com/api/project/{projectId}/userJob.json However, it should be the following (with userjob in lowercase): https://server.com/api/project/{projectId}/userjob.json I think this comes from the UserJob class that makes explicit the use of a capital J.