aixigo / hal-http-client

A status code driven JSON HAL HTTP client based on the fetch API.
MIT License
3 stars 2 forks source link

stringify request body #6

Closed alex3683 closed 7 years ago

alex3683 commented 7 years ago

Angular's $http (which this client previously used) automagically transformed JavaScript objects to JSON strings. fetch doesn't have this magic. Hence, this needs to be added in the client.

alex3683 commented 7 years ago

Fixed on master (v0.5.0).