/elevio_articles_viewer

Simple http-client to interact with elevio-rest-api for viewing and searching articles :)

Primary LanguageScalaMIT LicenseMIT

elevio_article_viewer

  • Simple http-client to interact with elevio-rest-api for viewing and searching articles :)
  • The http-client implementation will be used integrated to form a simple CLI app for interactions with the user.

Scala-Normal-Synchronous-Version

This will be a simple Scala fp way of implementation using simple Either and Option :)

Scala-Zio-Asynchronous-Version

This will be Scala fp way of implementation using scalaz.ZIO effect system with Fiber asynchronous features :)