Anthony Ramine
|
5625c254e5
|
Use dtoa to not allocate a String to serialize a float
|
2017-01-29 10:22:40 +01:00 |
|
Anthony Ramine
|
1d88bbb26b
|
Use itoa to not allocate a String to serialize an integer
|
2017-01-29 10:22:39 +01:00 |
|
Anthony Ramine
|
e140c2b5c5
|
Use void for the unreachable serializers
|
2017-01-29 10:22:39 +01:00 |
|
Anthony Ramine
|
fa8fb69da0
|
Do not allocate a String to serialize a bool
|
2017-01-29 10:22:39 +01:00 |
|
Anthony Ramine
|
9960d5af2d
|
Update to serde 0.9.0 (fixes #7)
|
2017-01-29 10:22:30 +01:00 |
|
Anthony Ramine
|
8e5cf19e07
|
Reformat with rustfmt
|
2017-01-27 22:56:04 +01:00 |
|
Jimmy Cuadra
|
b8439bcce8
|
Bump version to 0.4.1.
|
2017-01-27 03:16:32 -08:00 |
|
Jimmy Cuadra
|
d832838db3
|
Relax dependency restrictions to minor versions.
|
2017-01-27 03:15:57 -08:00 |
|
Jimmy Cuadra
|
0590867dc1
|
Bump version to 0.2.1
|
2017-01-27 01:50:00 -08:00 |
|
Jimmy Cuadra
|
34d8b58413
|
Merge pull request #1 from jplatte/master
Update ring to fix build error on latest nightly
|
2017-01-26 14:49:53 -08:00 |
|
Jonas Platte
|
b581715ffb
|
Update ring to fix build error on latest nightly
See https://github.com/briansmith/ring/pull/430 for details
|
2017-01-26 23:10:55 +01:00 |
|
Jimmy Cuadra
|
f70dfbea47
|
Bump version to 0.4.0.
|
2017-01-26 01:24:40 -08:00 |
|
Jimmy Cuadra
|
f01b722ae2
|
Update serde to 0.9.
|
2017-01-26 01:23:38 -08:00 |
|
Jimmy Cuadra
|
0bfcf340d9
|
Bump version to 0.2.0.
|
2017-01-26 00:52:59 -08:00 |
|
Jimmy Cuadra
|
ca1aeace5b
|
Update to serde 0.9, ring 0.6.2, and url 1.4.
|
2017-01-26 00:52:00 -08:00 |
|
Jimmy Cuadra
|
c82edfb316
|
Update documentation URL.
|
2017-01-26 00:12:45 -08:00 |
|
Jimmy Cuadra
|
0d426bbc9e
|
Bump version to 0.7.0.
|
2017-01-26 00:09:32 -08:00 |
|
Jimmy Cuadra
|
67ee31b3aa
|
Update to serde 0.9, regex 0.2, and url 1.4.
|
2017-01-26 00:08:17 -08:00 |
|
Jimmy Cuadra
|
bccad7e40c
|
Use Hyper's master branch cause the tokio branch was merged.
|
2017-01-17 19:39:40 -08:00 |
|
Jimmy Cuadra
|
6de867b223
|
Use Cow to avoid a string allocation.
|
2017-01-17 19:33:19 -08:00 |
|
Jimmy Cuadra
|
212d3a5e7b
|
Make all of Endpoint's associated types optional parameters when building a request.
|
2017-01-16 23:16:21 -08:00 |
|
Jimmy Cuadra
|
1492147875
|
Fix style issues reported by clippy and rustfmt.
|
2017-01-16 23:15:25 -08:00 |
|
Jimmy Cuadra
|
52f027d655
|
Merge pull request #16 from exul/fix-chunks-to-chunk
The member event response contains the field chunk, not chunks
|
2017-01-15 15:31:54 -08:00 |
|
Andreas Brönnimann
|
3da855c56e
|
The member event response contains the field chunk, not chunks
|
2017-01-15 16:05:40 +01:00 |
|
Jimmy Cuadra
|
324fc5dc0d
|
Merge pull request #2 from vberger/master
Add support for authenticated endpoints.
|
2017-01-08 12:50:01 -08:00 |
|
Jimmy Cuadra
|
edeb14fb29
|
Merge pull request #15 from vberger/master
Update to ruma-api v0.3.
|
2017-01-08 09:23:56 -08:00 |
|
Victor Berger
|
8ab3c737b8
|
Update to ruma-api v0.3.
Also fixes a few errors encountered in the process and remove depcrecated tokenrefresh endpoint.
|
2017-01-08 18:19:27 +01:00 |
|
Victor Berger
|
bafc48292e
|
Add support for authenticated endpoints.
|
2017-01-08 15:21:33 +01:00 |
|
Jimmy Cuadra
|
b6a743d821
|
Bump version to 0.3.0.
|
2017-01-07 06:14:23 -08:00 |
|
Jimmy Cuadra
|
bdf2df0349
|
Merge pull request #4 from farodin91/flags_macro_chain
Add flags and change String to &'static str
|
2017-01-07 06:12:55 -08:00 |
|
Jansen Jan
|
b3eb392ce5
|
Add flags and change String to &'static str
|
2017-01-07 15:10:55 +01:00 |
|
Jimmy Cuadra
|
6daa7c22f1
|
Implement HTTP requests generically for all Endpoint s.
|
2017-01-07 05:31:18 -08:00 |
|
Jimmy Cuadra
|
28598352aa
|
Implement serialization for QueryParams.
|
2017-01-07 05:28:33 -08:00 |
|
Jimmy Cuadra
|
99ad992de8
|
Bump version to 0.2.0.
|
2017-01-07 05:20:01 -08:00 |
|
Jimmy Cuadra
|
f88588f392
|
Require that Endpoint::QueryParams be Deserialize + Serialize.
|
2017-01-07 05:19:45 -08:00 |
|
Jimmy Cuadra
|
43d21222dd
|
Use Hyper's Tokio branch.
|
2017-01-07 00:11:19 -08:00 |
|
Jimmy Cuadra
|
32fb575db8
|
Bump version to 0.3.0.
|
2017-01-06 07:09:44 -08:00 |
|
Jimmy Cuadra
|
db08de7aec
|
Merge pull request #8 from mujx/presence-state-impl
Add missing trait implementations for PresenceState
|
2017-01-05 13:35:33 -08:00 |
|
Konstantinos Sideris
|
968aae4230
|
Add missing trait implementations for PresenceState
|
2017-01-05 15:11:10 +02:00 |
|
Jimmy Cuadra
|
8100c542ff
|
Merge pull request #13 from vberger/master
Update /register to most recent spec
|
2017-01-05 02:22:27 -08:00 |
|
Victor Berger
|
a7bce18b59
|
Update /register to most recent spec
|
2017-01-05 10:57:59 +01:00 |
|
Jimmy Cuadra
|
3beeef7ccf
|
Merge pull request #12 from magicienap/master
Convert path parameters in docs from colon-snake-case to brace-lower-camel-case
|
2017-01-02 22:04:07 -08:00 |
|
Antoine Proulx
|
4acdf9018e
|
Convert path parameters in docs from colon-snake-case to brace-lower-camel-case
|
2017-01-02 10:21:16 -05:00 |
|
Jimmy Cuadra
|
ba1a73e363
|
Correct more module names that changed.
|
2017-01-02 02:22:33 -08:00 |
|
Jimmy Cuadra
|
94d1e61e35
|
Update get_supported_versions for new module structure in ruma-client-api.
|
2017-01-02 02:04:22 -08:00 |
|
Jimmy Cuadra
|
1ca92148c5
|
Move the supported versions API endpoint into an "unversioned" module.
|
2017-01-02 01:51:35 -08:00 |
|
Jimmy Cuadra
|
b8bfa5ad4a
|
Merge pull request #11 from vberger/master
Point-out inconsistencies with spec
|
2016-12-31 11:36:37 -08:00 |
|
Victor Berger
|
472ce01769
|
Point-out inconsistencies with spec
|
2016-12-31 12:50:56 +01:00 |
|
Jimmy Cuadra
|
a7ce18f752
|
Use the Git version of ruma-client-api.
|
2016-12-31 02:26:29 -08:00 |
|
Jimmy Cuadra
|
a48b01f2a5
|
Configure Travis CI.
|
2016-12-31 02:24:12 -08:00 |
|