octia

A clojure library on top of compojure/ring to easily define api endpoints. Supports iodocs generation.

Leiningen/Boot

[octia "0.0.5"]

Clojure CLI/deps.edn

octia/octia {:mvn/version "0.0.5"}

Gradle

implementation("octia:octia:0.0.5")

Maven

<dependency>
  <groupId>octia</groupId>
  <artifactId>octia</artifactId>
  <version>0.0.5</version>
</dependency>