RADAR-base / RADAR-REST-Connector

A Kafka Source connector to receive data from REST APIs and publish them to Kafka. It has an extended version to support FitBit APIs.
https://radar-base.org/
Apache License 2.0
4 stars 4 forks source link

Removed oauth-client-util dependency and replaced with ktor #104

Closed blootsvoets closed 10 months ago

blootsvoets commented 11 months ago

oauth-client-util by ManagementPortal is no longer supported. Use ktor with its clientCredentials helper instead. If more code will use coroutines, then the service API should use suspend functions instead of inline runBlocking calls.