| ... | @@ -7,10 +7,12 @@ | 
... | @@ -7,10 +7,12 @@ | 
| 
 | 
- All URL paths must be dashed and lowercase.
 | 
 | 
- All URL paths must be dashed and lowercase.
 | 
| 
 | 
- All URL parameters (POST, GET, etc) must be underscored and lowercase: `snake_case`.
 | 
 | 
- 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.
 | 
 | 
- All entities must have a common schema with a minimum set of properties.
 | 
| 
 | 
    - When needing extra properties they can be called using the following notation: 
 | 
 | 
    - Extra properties can be requested using the following notation: 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
``` http
 | 
 | 
``` http
 | 
| 
 | 
resource-endpoint:(extra-property1, extra-property2)
 | 
 | 
resource-endpoint:(extra-property1, extra-property2)
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
``` | 
 | 
```
 | 
 | 
\ No newline at end of file | 
 | 
 | 
 | 
 | 
 | 
    - Extra properties can be sub-collections, relationships etc of the main resource. | 
 | 
 | 
 | 
\ No newline at end of file |