spraakbanken / karp-backend

Karp backend
MIT License
3 stars 2 forks source link

Inconsistent case in API results #283

Open majsan opened 2 weeks ago

majsan commented 2 weeks ago

Entries in the result of /query have: last_modified, last_modified_by

A get request to /entries/<resource_id>/<id> gives the corresponding keys in camel case: lastModified, lastModifiedBy

It should be the same.