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
- Host: GitHub
- URL: https://github.com/softwaremill/sttp-native-sbt
- Owner: softwaremill
- Created: 2023-07-03T13:39:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T15:41:44.000Z (over 2 years ago)
- Last Synced: 2025-03-11T19:35:14.669Z (11 months ago)
- Language: Scala
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```