Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Format 1A7 Release_ Lazy Referencing.tar.gz | 2014-10-20 | 386.1 kB | |
Format 1A7 Release_ Lazy Referencing.zip | 2014-10-20 | 394.8 kB | |
README.md | 2014-10-20 | 571 Bytes | |
Totals: 3 Items | 781.5 kB | 0 |
This release brings the possibility to reference a Resource Model before its definition
For example:
# API
# Collection of Items [/items]
+ Model (application/json)
[ { item 1 }, { item 2 } ]
## Create New Item [POST]
+ Request
[Item][]
+ Response 200
[Collection of Items][]
# Item [/items/{id}]
+ Model (application/json)
{ item }
See [#71]