Commit graph

14 commits

Author SHA1 Message Date
Dominik Nakamura
42d94e14a1
Make events optional to reduce binary size 2021-01-21 18:33:02 +09:00
Dominik Nakamura
f97f90df19
Allow to shut down the client connection 2021-01-12 15:59:51 +09:00
Dominik Nakamura
c24d30d698
Allow connecting with TLS and add connect config 2021-01-10 01:58:34 +09:00
Dominik Nakamura
59ab98d840
Upgrade to tokio 1.0 2021-01-10 01:24:53 +09:00
Dominik Nakamura
57022743cb
Add integration tests for the remaning requests 2020-12-31 16:37:12 +09:00
Dominik Nakamura
5077adac0b
Add unit tests for all custom (de)serializers 2020-12-30 18:09:03 +09:00
Dominik Nakamura
a007f3dc1c
Fix some links to private elements 2020-12-29 21:49:02 +09:00
Dominik Nakamura
ed7d411524
Update readme and add some basic usage docs 2020-12-29 21:46:27 +09:00
Dominik Nakamura
601ce2dded
Add integration tests and fix some API calls 2020-12-29 17:32:57 +09:00
Dominik Nakamura
da5dc4a6dc
Implement the Default trait for most requests 2020-12-29 13:44:36 +09:00
Dominik Nakamura
9972d8def1
Use references for request types 2020-12-29 12:08:48 +09:00
Dominik Nakamura
3ae17ba3fe
Use thiserror to provide specific typed errors 2020-12-29 11:31:44 +09:00
Dominik Nakamura
c7ec6fa13c
Parse into more concrete types where possible 2020-12-28 22:47:25 +09:00
Dominik Nakamura
a96db636f6
Initial commit 2020-12-27 22:52:56 +09:00