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

https://github.com/softwaremill/sttp-native-sbt

Scala Native with sttp and sbt example
https://github.com/softwaremill/sttp-native-sbt

Last synced: 4 months ago
JSON representation

Scala Native with sttp and sbt example

Awesome Lists containing this project

README

          

# Scala Native with sbt and sttp example

This example showcases how to use [sttp](https://sttp.softwaremill.com/en/stable/) included in [Scala Toolkit](https://docs.scala-lang.org/toolkit/introduction.html) with [Scala Native](https://github.com/scala-native/scala-native) and sbt.
See `Sttp4Native.scala` for a simple raw example, or `Sttp4NativeCe3.scala` for an eaxmple using Cats Effect 3.

Read the [blog article](https://softwaremill.com) for full information about how co set up and run the examples.

Build with

```sh
sbt nativeLink
```