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

Inconsistent content type variants #4

Open
Arrvi opened this issue Aug 22, 2018 · 0 comments
Open

Inconsistent content type variants #4

Arrvi opened this issue Aug 22, 2018 · 0 comments

Comments

@Arrvi
Copy link

Arrvi commented Aug 22, 2018

Some endpoints cannot receive or respond XML output, while other do. Some only accept url-encoded form data. That means client cannot work consistently with XML parser only.

Examples:

  • GET /collctions/list
  • POST /collections/createCollection?collName={colName} (plain text only - would expect wrapper object for consistency)
  • GET /collections/{colId}/list

I don't expect it to be fixed soon as it seems like major controller cleanup, but I consider it important to keep in mind for future development.

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

No branches or pull requests

1 participant