Skip to content

Instantly share code, notes, and snippets.

View longestline's full-sized avatar
💭
🥜

longestline

💭
🥜
View GitHub Profile
@jarohen
jarohen / tickets.clj
Created September 20, 2012 19:59
Liberator - issue #6
(ns liberator.gist
(:use [liberator.core :only [defresource request-method-in]]
[compojure.core :only [defroutes ANY]]
[ring.adapter.jetty :only [run-jetty]]))
(defn create-new-ticket []
;; create the ticket, and return the url
"/tickets/new")
(defn get-all-tickets []