23 Commits

Author SHA1 Message Date
Jimmy Cuadra
2f07b803a8 Update to ruma-api 0.6.0. 2018-12-03 18:06:14 -08:00
Jörg Sommer
c91b9137fb Update dependent crates quote, syn and others
Cargo treats updates in the third position of the version number as
compatible and updates them silently. Therefore, we can drop this number
in the config.

`Tokens` was moved from *quote* to *proc_macro2* and got renamed to
`TokenStream`.
2018-08-31 13:47:27 +02:00
Jörg Sommer
8703e515a9 Replace Vec<u8> by hyper::Body
The `hyper::Request` and `Response` used in *ruma-client* require a type
parameter that implements `hyper::body::Payload`, but no implementation
for `Vec<u8>` is provided by a crate. Therefore, the best is to use
`hyper::Body` in the macros.
2018-08-31 13:46:28 +02:00
Jimmy Cuadra
adf785ffc9 Bump version to 0.2.2. 2018-05-19 02:16:10 -07:00
Jimmy Cuadra
f744e0813d Upgrade dependencies. 2018-05-19 02:15:51 -07:00
Jimmy Cuadra
527562c760 Bump version to 0.2.1. 2018-05-19 02:08:44 -07:00
Florian Jacob
dcd259c1ca update proc_macro2 to fix build with current nightly 2018-05-18 13:01:16 +02:00
Jimmy Cuadra
29f2d2fd7f Bump version to 0.2.0. 2018-05-16 01:48:15 -07:00
Jimmy Cuadra
7b1e22eea4 Rewrite Api's ToTokens impl to avoid calls to append_all with string literals. 2018-05-15 01:32:38 -07:00
Jimmy Cuadra
17b11d1a25 WIP 2018-05-04 03:33:08 -07:00
Jimmy Cuadra
d3265f3251 Use ruma-api 0.4.0 and add missing crate metadata. 2017-07-07 01:26:51 -07:00
Jimmy Cuadra
0f32ca01db Add complete documentation. 2017-07-01 17:22:40 -07:00
Jimmy Cuadra
c0c4b0949a Add missing dev dependency for url. 2017-06-30 18:33:43 -07:00
Jonas Platte
62971e63cd Implement substitution of variables in endpoint paths 2017-07-01 01:53:19 +10:00
Jonas Platte
170e00a487 Implement setting of query parameters 2017-07-01 01:53:19 +10:00
Jimmy Cuadra
e40496b460 Update dependencies and reorganize modules. 2017-06-29 04:33:06 -07:00
Jonas Platte
fb2082237b Bump dependency versions 2017-06-14 10:21:15 +02:00
Jimmy Cuadra
10f4647037 Use a Git version of ruma-api. 2017-05-14 04:13:07 -07:00
Jimmy Cuadra
13c9daf21b Deserialize response body. 2017-05-13 23:05:58 -07:00
Jimmy Cuadra
f48f1c1bee Add request body to hyper requests. 2017-05-13 23:03:22 -07:00
Jimmy Cuadra
446ced1267 Disable doctests. 2017-05-13 01:17:33 -07:00
Jimmy Cuadra
bf7189048a Use custom synom parsing. 2017-05-13 00:19:14 -07:00
Jimmy Cuadra
69522626ff WIP 2017-05-12 17:35:31 -07:00