The rapid API for Bundle powered by Ktor and kotlinx.coroutines.
Configuration is managed by environment variables, shown below:
PORT
- The port the server should run on, default 8080GITHUB_AUTH_USER
- The login for github api requests (optional, but increases ratelimit drastically)GITHUB_AUTH_PASS
- The password for github api requests
(you can use a client id/client secret pair, or a username/personal access token pair for github auth)