Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 199 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 199 Bytes

resting

Simple ref-backed restful resources.

Usage

(ns example
  (:require [flatland.resting :refer [resting file-ref]]))

(def handler (resting "things" (file-ref "things.clj")))