You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: