Skip to content

Commit 9801a1b

Browse files
committed
Readme
1 parent 458e641 commit 9801a1b

File tree

3 files changed

+9
-26
lines changed

3 files changed

+9
-26
lines changed

.gitpod.Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitpod.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
![sttp-model](https://github.com/softwaremill/sttp-model/raw/master/banner.png)
22

3-
[![Join the chat at https://gitter.im/softwaremill/sttp](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/softwaremill/sttp)
3+
[![Ideas, suggestions, problems, questions](https://img.shields.io/badge/Discourse-ask%20question-blue)](https://softwaremill.community/c/sttp-client)
44
[![CI](https://github.com/softwaremill/sttp-model/workflows/CI/badge.svg)](https://github.com/softwaremill/sttp-model/actions?query=workflow%3ACI+branch%3Amaster)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.sttp.model/core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.sttp.model/core_2.13)
66

7-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/softwaremill/sttp-model)
8-
97
sttp is a family of Scala HTTP-related projects, and currently includes:
108

119
* [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!
1415

1516
## Quickstart with sbt
1617

@@ -20,7 +21,7 @@ Add the following dependency:
2021
"com.softwaremill.sttp.model" %% "core" % "1.7.11"
2122
```
2223

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.
2425

2526
## Project content
2627

@@ -69,7 +70,7 @@ The docs for sttp client contain documentation for the model classes: [overview]
6970

7071
## Contributing
7172

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)!
7374

7475
Or, if you encounter a bug, something is unclear in the code or documentation, don’t hesitate and open an issue on GitHub.
7576

@@ -98,4 +99,4 @@ We offer commercial support for sttp and related technologies, as well as develo
9899

99100
## Copyright
100101

101-
Copyright (C) 2019-2021 SoftwareMill [https://softwaremill.com](https://softwaremill.com).
102+
Copyright (C) 2019-2025 SoftwareMill [https://softwaremill.com](https://softwaremill.com).

0 commit comments

Comments
 (0)