arsduo / batch_api

A Facebook-style, RESTful Batch API
MIT License
274 stars 52 forks source link

Use GET by default #18

Closed arsduo closed 12 years ago

arsduo commented 12 years ago

If no method is specified for an operation, use GET by default. This allows clients making many requests to save on the data transfered.

arsduo commented 12 years ago

Merge!