An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Patch

[![CI & CD](https://github.com/taig/patch/actions/workflows/main.yml/badge.svg)](https://github.com/taig/patch/actions/workflows/main.yml)
[![patch-skunk Scala version support](https://index.scala-lang.org/taig/patch/patch-circe/latest-by-scala-version.svg)](https://index.scala-lang.org/taig/patch/patch-circe)
[![patch-skunk Scala version support](https://index.scala-lang.org/taig/patch/patch-skunk/latest-by-scala-version.svg)](https://index.scala-lang.org/taig/patch/patch-skunk)
[![codecov](https://codecov.io/gh/taig/patch/branch/main/graph/badge.svg?token=L3Y2BDYOSR)](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
```