Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@vollkorntomate vollkorntomate released this 11 Oct 13:11
· 2 commits to main since this release
  • Switched from reqwest to ureq as the HTTP client library
    • This results in fewer dependencies and thus shorter builds
    • But it also makes all requests run in blocking mode
    • The API client is thread-safe, however, so making requests in parallel is possible and up to the user of this library