opencomponents / oc-client-browser

The OpenComponents Browser client
MIT License
6 stars 8 forks source link

[IMPROVEMENT] Add option to do json requests on getData #77

Closed ricardo-devis-agullo closed 2 years ago

ricardo-devis-agullo commented 2 years ago

This adds the option to use do application/json requests instead of application/x-www-form-urlencoded because the latter will convert every value into strings and this is sometimes not desirable. To make this a non-breaking change we will add a new options to set this.