Commit graph

23 commits

Author SHA1 Message Date
Dominik Nakamura
86abb39cc0
Check all feature combinations in the CI 2021-01-10 02:04:25 +09:00
Dominik Nakamura
6d32eba6b6
Fix missing tokio feature 2021-01-10 01:58:48 +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
61f6ec95f8
Use just for easy running of integration tests 2020-12-31 15:34:31 +09:00
Dominik Nakamura
b1139c44ee
Add coverage badge 2020-12-31 15:34:07 +09:00
Dominik Nakamura
0fadf92d6c
Ignore code coverage files 2020-12-31 15:33:52 +09:00
Dominik Nakamura
ccdcd7bfa6
Setup .editorconfig 2020-12-31 15:20:55 +09:00
Dominik Nakamura
0bdaccbf42
Add more integration tests for client requests 2020-12-31 14:47:54 +09:00
Dominik Nakamura
5077adac0b
Add unit tests for all custom (de)serializers 2020-12-30 18:09:03 +09:00
Dominik Nakamura
be2fca59b6
Fix link to the docs 2020-12-29 22:40:51 +09:00
Dominik Nakamura
c9cb263d8c
Add Github Actions, codeowners and funding 2020-12-29 22:34:17 +09:00
Dominik Nakamura
f626524e85
Bump up version number to 0.2.0 2020-12-29 22:11:28 +09:00
Dominik Nakamura
f9e169999a
Configure cargo-release 2020-12-29 22:09:47 +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