This is a Scala API for Citybee car sharing application. Currently it is capable of returning the list of all car descriptions and a list of all available cars.
This library is intended to be used as a dependency from other applications. However this repository includes a small runnable application which lists all available cars. You can run it by one of the following:
coursier launch lt.dvim.citywasp::citywasp-cli:latest.release --
Checkout this repository to your computer and then run:
sbt stage
cli/target/universal/stage/bin/citywasp-cli
The only currently known usage of this library in the wild is the @kabrioletas and @fijatas Twitter bots.