... | ... | @@ -8,12 +8,6 @@ |
|
|
- All URL parameters (POST, GET, etc) must be underscored and lowercase: `snake_case`.
|
|
|
- All entities must have a common schema with a minimum set of properties.
|
|
|
- Extra properties can be requested using the following notation:
|
|
|
|
|
|
|
|
|
``` http
|
|
|
resource-endpoint:(extra-property1, extra-property2)
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
- resource-endpoint:(extra-property1, extra-property2)
|
|
|
- Extra properties can be sub-collections, relationships etc of the main resource.
|
|
|
|