Closed dbrgn closed 10 years ago
@cfaessler maybe you need to adjust your test script.
Additionally, the last commit renames the "url" fields to "uri".
Btw, @d22, an url
field would just be as appropriate as an uri
field:
A URI can be further classified as a locator, a name, or both. The term "Uniform Resource Locator" (URL) refers to the subset of URIs that, in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network "location").
Did i get that right, all serialized fields should now be camelCase?
Fields yes, but the root endpoint is an exception. It does not list database fields, but resource endpoints, which in turn use dashes instead of camelCase.
Automatically convert API fields to/from camelCase.
Please review, @cfaessler.