iodide-project / iodide-project/iodide
make the django rest api return camelCase
Open
proposal
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
As we begin to rely on polling for certain notebook features (revisions, files, file sources, etc.) we will be using the django REST api more. By default, the API returns data in snake case. Ideally it would return camel case so we can bring some stylistic harmony to the redux store.
Contributor guide
Assessment
This issue has not been assessed yet.