feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
133 stars 20 forks source link

Support json array for update/patch #12

Closed feroult closed 7 years ago

feroult commented 9 years ago

Example:

PUT /people [ { id: '/people/1', name: 'x' }, { id: '/people/2', name: 'y' } ]

All objects must have an id and they must be of the same endpoint type.