12 Commits

Author SHA1 Message Date
Jonas Platte
b412c58436
Update dependencies, rewrite error module 2020-02-09 21:48:11 +01:00
Jonas Platte
c957998455
Add #![warn(rust_2018_idioms)], fix warning 2019-11-12 01:20:20 +01:00
Jimmy Cuadra
8699dc7708 Revise the error type to hide lower-level errors. 2019-06-02 10:47:10 -07:00
Jimmy Cuadra
71e1df7063 Add clippy lints. 2019-06-02 09:40:00 -07:00
Jörg Sommer
66037a9339 Update of hyper
* hyper::UriError was moved to http::InvalidUri

* tokio_core::reactor::Handle is no longer used by the new hyper version;
  tokio_core can get dropped completely
2018-08-31 17:47:49 +02:00
Jimmy Cuadra
da5ce8ee11 Set the path and query string before making a request. 2017-07-07 23:36:05 -07:00
Jimmy Cuadra
86e837d26f Update dependencies, use published ruma crates, add new Client constructors. 2017-07-07 23:19:12 -07:00
Jimmy Cuadra
fafe30fdec Revise implementation of Client::request to use the latest ruma-api/ruma-client-api. 2017-05-11 23:36:34 -07:00
Jimmy Cuadra
1492147875 Fix style issues reported by clippy and rustfmt. 2017-01-16 23:15:25 -08:00
Victor Berger
bafc48292e Add support for authenticated endpoints. 2017-01-08 15:21:33 +01:00
Jimmy Cuadra
6daa7c22f1 Implement HTTP requests generically for all Endpoints. 2017-01-07 05:31:18 -08:00
Jimmy Cuadra
b1ba09a04d Start integrating with ruma-client-api. 2016-12-31 02:17:49 -08:00