Skip to content

Instantly share code, notes, and snippets.

View maemichi-monosense's full-sized avatar

Yuya Ma'emichi maemichi-monosense

View GitHub Profile
@maemichi-monosense
maemichi-monosense / data_strct_sample.apib
Created April 11, 2016 05:50
API Blueprint - Data Structure - Several Samples
# GET /foo/list
+ Response 200 (application/json)
+ Attributes
+ list (array[Foo])
+ foo (Foo) - an example
+ id: 2 (number)
+ name: buz
+ foo (Foo) - another example
+ id: 3 (number)