You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitpod.io/#https://github.com/softwaremill/sttp-model)
8
-
9
7
sttp is a family of Scala HTTP-related projects, and currently includes:
10
8
11
9
*[sttp client](https://github.com/softwaremill/sttp): The Scala HTTP client you always wanted!
12
-
*[sttp tapir](https://github.com/softwaremill/tapir): Typed API descRiptions
13
-
* sttp model: this project. Simple Scala HTTP model. Used by sttp client & sttp tapir
10
+
*[sttp tapir](https://github.com/softwaremill/tapir): rapid development of self-documenting APIs
11
+
* sttp model: this project; simple HTTP model classes (used by client & tapir)
12
+
*[sttp shared](https://github.com/softwaremill/sttp-shared): shared web socket, FP abstractions, capabilities and streaming code.
13
+
*[sttp apispec](https://github.com/softwaremill/sttp-apispec): OpenAPI, AsyncAPI and JSON Schema models.
14
+
*[sttp openai](https://github.com/softwaremill/sttp-openai): Scala client wrapper for OpenAI and OpenAI-compatible APIs. Use the power of ChatGPT inside your code!
14
15
15
16
## Quickstart with sbt
16
17
@@ -20,7 +21,7 @@ Add the following dependency:
20
21
"com.softwaremill.sttp.model"%%"core"%"1.7.11"
21
22
```
22
23
23
-
sttp model is available for 2.12, 2.13, 3.0.0, Scala.JS and Scala Native.
24
+
sttp model is available for 2.12, 2.13, 3, Scala.JS and Scala Native.
24
25
25
26
## Project content
26
27
@@ -69,7 +70,7 @@ The docs for sttp client contain documentation for the model classes: [overview]
69
70
70
71
## Contributing
71
72
72
-
If you have a question, or hit a problem, feel free to ask on our [gitter channel](https://gitter.im/softwaremill/sttp-model)!
73
+
If you have a question, or hit a problem, feel free to ask on our [discourse forum](https://softwaremill.community/c/sttp-client)!
73
74
74
75
Or, if you encounter a bug, something is unclear in the code or documentation, don’t hesitate and open an issue on GitHub.
75
76
@@ -98,4 +99,4 @@ We offer commercial support for sttp and related technologies, as well as develo
0 commit comments