Liking cljdoc? Tell your friends :D

pedestal-api-helper

Clojars Project

A Clojure library designed to extend usual pedestal api setup, providing:

  • useful interceptors
  • useful utils for dealing with validation and filtering, for example

Clojars link

Usage

  • Add the dependency:
[org.clojars.majorcluster/pedestal-api-helper "LAST RELEASE NUMBER"]

Examples:

Read the docs

Publish

Requirements

  • Leiningen (of course 😄)
  • GPG (mac => brew install gpg)
  • Clojars account
  • Enter clojars/tokens page in your account -> generate one and use for password
export GPG_TTY=$(tty) && lein deploy clojars

Documentation

Link

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close