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

get_documents method parameter should be optional #42

Closed
4 tasks done
curquiza opened this issue Feb 15, 2020 · 0 comments · Fixed by #51
Closed
4 tasks done

get_documents method parameter should be optional #42

curquiza opened this issue Feb 15, 2020 · 0 comments · Fixed by #51

Comments

@curquiza
Copy link
Member

curquiza commented Feb 15, 2020

The parameter in the method get_documents should be optional.
Indeed, the API route works well without any query parameter by default.

  • Add optional parameter
  • Add a test with no parameter
  • Add a test with an empty parameter: {}
  • Add a test with parameter: { limit: 10, ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant