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

Split /api/document Route #19

Open
alongreyber opened this issue Sep 15, 2020 · 0 comments
Open

Split /api/document Route #19

alongreyber opened this issue Sep 15, 2020 · 0 comments
Labels
breaking-change Changes that require a major version update and are not backwards compatible. enhancement New feature or request

Comments

@alongreyber
Copy link
Contributor

Currently the /api/document route returns both public and owned documents. The only way to differentiate between these is the "owned" flag, which is inconvenient for consumers. One solution for this would be to split the route into personal documents (/api/myDocuments/) and public documents (/api/publicDocuments).

@alongreyber alongreyber added enhancement New feature or request breaking-change Changes that require a major version update and are not backwards compatible. labels Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Changes that require a major version update and are not backwards compatible. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant