Open
Description
Terms
- I have searched open and closed feature requests
- I agree to follow activist's Code of Conduct
Description
This issue is related to the work in #1004 to directly return camelCase
from the backend. One downside of this is specifically URL
, where the conversion of _url
will go to Url
. All instances of URL
were thus changed to Url
for simplicity of conversion, but it would be nice to include a custom parser that inherits from djangorestframework-camel-case that would allow for URL
to be returned instead.
Along with this we need to discuss if we'd do the same with _id
to convert it to ID
instead of Id
. Other identifiers should also be considered :)
Contribution
Happy to discuss and work on this once #1004 is merged in!
Metadata
Metadata
Assignees
Type
Projects
Status
Todo
Activity