feroult / yawp

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

Support Void Actions #55

Closed feroult closed 8 years ago

feroult commented 8 years ago

This is not well thought yet. But we may need to be able to create APIs like:

GET /store/inventory

This actions does not have an explicit endpoint model, although it could be something associate with an product model, like:

GET /products/inventory

Some ideas: