misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

POST requests for remote datasets #190

Closed radiodario closed 11 years ago

radiodario commented 11 years ago

At the moment, only GET requests are supported for remote datasets. We should expand miso to be able to send POST data (useful on some rest services for filtering or making complex queries, like elasticsearch).

radiodario commented 11 years ago

i've implemented on #191