Commit Graph

7 Commits

Author SHA1 Message Date
Sascha Kiefer
b8a2190168
feat: allow to pass cancellation token to requests (#813)
* feat: implements markets API

* fix: use correct constructor name

* feat: allow to pass a cancellation token

* pass cancellation token

* pass cancellation token only >NETSTANDARD2_1

Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2022-11-18 12:30:09 +01:00
Jonas Dellinger
b7f9d3ab53 Enable tests for .net core 3.1 and 2.2 2020-07-03 23:48:38 +02:00
Jonas Dellinger
d31a9e4ea1 Update online docs 2020-06-03 17:44:13 +02:00
Jonas Dellinger
9b8a4cd2c9 Added first OAuth request: client credentials 2020-05-13 23:49:54 +02:00
Jonas Dellinger
40397fa4f6 Added paginator and some more ConfigureAwaits 2020-05-05 05:26:37 +02:00
Jonas Dellinger
7310c9bc8d Added Logger interface & Simple Logger implementation 2020-05-03 13:00:50 +02:00
Jonas Dellinger
be7bdb6a93 Added Retry Handler and removed old enums 2020-05-02 19:57:31 +02:00