Tags: pablocouto/crest
Tags
[0.3.2] - 2016-02-05 Added - Check that responses come in JSON format when expected Changed - Further generalized `params` in `Request::parameters` - Parameters go in the body if making a POST request - Reverted use of `unsafe` within `Request::send` - Improved documentation
[0.3.0] - 2016-01-31 Added - Support for deserialization from JSON responses - Support for setting the parameters of a request - `prelude` module Changed - `Result` is passed up at `Request` creation - Improved documentation - `path` and `params` arguments accept more types - `Endpoint::post` method does not require a body anymore Fixed - Added missing `Debug` impls