Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhns/scala-http-problem
problem+json (RFC 7807/9457) for scala/http4s/tapir
https://github.com/lhns/scala-http-problem
Last synced: 12 days ago
JSON representation
problem+json (RFC 7807/9457) for scala/http4s/tapir
- Host: GitHub
- URL: https://github.com/lhns/scala-http-problem
- Owner: lhns
- License: apache-2.0
- Created: 2024-08-21T09:52:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T11:50:30.000Z (about 2 months ago)
- Last Synced: 2024-10-11T00:09:16.589Z (about 1 month ago)
- Language: Scala
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-http-problem
[![build](https://github.com/lhns/scala-http-problem/actions/workflows/build.yml/badge.svg)](https://github.com/lhns/scala-http-problem/actions/workflows/build.yml)
[![Release Notes](https://img.shields.io/github/release/lhns/scala-http-problem.svg?maxAge=3600)](https://github.com/lhns/scala-http-problem/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/de.lhns/scala-http-problem-core_3)](https://search.maven.org/artifact/de.lhns/scala-http-problem-core_3)
[![Apache License 2.0](https://img.shields.io/github/license/lhns/scala-http-problem.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)HTTP Problem Details (RFC [7807](https://datatracker.ietf.org/doc/html/rfc7807)/[9457](https://datatracker.ietf.org/doc/html/rfc9457)) for scala/http4s/tapir
## Usage
### build.sbt
```sbt
libraryDependencies += "de.lhns" %% "scala-http-problem" % "0.1.3"
libraryDependencies += "de.lhns" %% "scala-http-problem-http4s" % "0.1.3"
libraryDependencies += "de.lhns" %% "scala-http-problem-tapir" % "0.1.3"
```## License
This project uses the Apache 2.0 License. See the file called LICENSE.