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

https://github.com/typelevel/cats-uri

URI implementation based on cats-parse with cats instances
https://github.com/typelevel/cats-uri

Last synced: 8 months ago
JSON representation

URI implementation based on cats-parse with cats instances

Awesome Lists containing this project

README

          

# cats-uri - A URI with Cats instances [![Build Status](https://travis-ci.com/rossabaker/cats-uri.svg?branch=master)](https://travis-ci.com/rossabaker/cats-uri) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/cats-uri_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/cats-uri_2.12) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)

## [Head on over to the microsite](https://rossabaker.github.io/cats-uri)

## Quick Start

To use cats-uri in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:

```scala
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-uri" % ""
)
```