Commit Graph

9 Commits

Author SHA1 Message Date
Jonas Dellinger
cb2e0cccc8 run formatter 2022-11-27 13:29:35 +01:00
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
237925d51e Added paging methods, closes #538 2020-12-28 17:23:59 +01:00
Jonas Dellinger
d8e9386f62 Fix GetRecommendationGenres, fixes #487 2020-07-22 21:51:19 +02:00
Jonas Dellinger
87127a51a8 Fixed a bug where request parameters were not added, related to #461 2020-06-12 15:01:38 +02:00
Jonas Dellinger
f1ca557c6e Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
Jonas Dellinger
934907f39a Corrected wrong namespace and implemented example client unit test 2020-05-18 15:30:18 +02:00
Jonas Dellinger
9b8a4cd2c9 Added first OAuth request: client credentials 2020-05-13 23:49:54 +02:00
Jonas Dellinger
354111738c Config adaptions and tests 2020-05-12 16:35:59 +02:00