https://github.com/taig/patch
Opinionated helpers for modeling PATCH requests
https://github.com/taig/patch
circe http-patch scala skunk
Last synced: 5 months ago
JSON representation
Opinionated helpers for modeling PATCH requests
- Host: GitHub
- URL: https://github.com/taig/patch
- Owner: taig
- License: mit
- Archived: true
- Created: 2021-08-21T13:49:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T10:41:58.000Z (over 4 years ago)
- Last Synced: 2025-04-19T14:09:05.475Z (about 1 year ago)
- Topics: circe, http-patch, scala, skunk
- Language: Scala
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Patch
[](https://github.com/taig/patch/actions/workflows/main.yml)
[](https://index.scala-lang.org/taig/patch/patch-circe)
[](https://index.scala-lang.org/taig/patch/patch-skunk)
[](https://codecov.io/gh/taig/patch)
> Opinionated helpers for modeling PATCH requests
## Installation
### sbt
```scala
libraryDependencies ++=
"io.taig" %% "patch-circe" % "x.y.z" ::
"io.taig" %% "patch-circe-generic" % "x.y.z" ::
"io.taig" %% "patch-skunk" % "x.y.z" ::
Nil
```