Download Latest Version Format 1A9 Release_ Named Endpoints.zip (294.9 kB)
Email in envelope

Get an email when there's a new version of API Blueprint

Home / format-1A7
Name Modified Size InfoDownloads / 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]

Source: README.md, updated 2014-10-20