Closed tjveldhuizen closed 3 years ago
Thanks @tjveldhuizen for your pull request. I will check it on the weekend and when everything is fine I'll approve and merge.
@patrickbussmann Have you been able to have a look at this?
Yes sorry. I wanted to improve the test cases and moving to GitHub Actions, too. Now its released + tag + version.
Thanks for your work. 👍
Since AccessToken is serialized in specific set-ups, existence of the httpClient leads to problems, since closures are not serializable. Also, it's not necessary to keep the httpClient there, since it's only used in the constructor.
Fixes #26, Fixes #28