Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the REST API #334

Open
TaylorHub opened this issue Oct 9, 2014 · 0 comments
Open

Refactor the REST API #334

TaylorHub opened this issue Oct 9, 2014 · 0 comments
Labels
backend server related issues enhancement

Comments

@TaylorHub
Copy link
Contributor

The PLM REST API don't respect 'good practices'.
For example filter should be a GET attribute like: ?query="searchedWord" or ?checkoutby="user".
Now:

  • We use /workspaces/{wk}/search/{query}/documents to get a filter list of documents.
  • We use /workspaces/{wk}/checkoutedouts/{usr}/documents to get another filter list of documents.
@mguimard mguimard added the backend server related issues label Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend server related issues enhancement
Projects
None yet
Development

No branches or pull requests

2 participants