An open API service indexing awesome lists of open source software.

https://github.com/scalalandio/endpoints-transformer-library

Opinionated Endpoints algebras extended with error algebra and using TTFI
https://github.com/scalalandio/endpoints-transformer-library

akka-http endpoints mtl scala tagless-final

Last synced: over 1 year ago
JSON representation

Opinionated Endpoints algebras extended with error algebra and using TTFI

Awesome Lists containing this project

README

          

# Endpoints Transformer Library

Opinionated endpoints extension which:

* adds error algebra `E`
* uses TTFI and MTL to let you pick the `F[_]` what you want to use to both implement server and get the results with client
* provides some simple interfaces you could to to implement instrumentation
* for Akka HTTP provides also a testkit helping you run the client against implementation

## This is an early draft

so please, treat it as RFC. You can check the [`example`](modules/endpoints-tl-akka-testkit/src/test/scala/example).