Skip to content

Instantly share code, notes, and snippets.

View pablo-develop's full-sized avatar

Pablo Botelho pablo-develop

View GitHub Profile
@pablo-develop
pablo-develop / auto-convert-casing.clj
Created February 19, 2020 20:23
auto-convert-casing.clj
(ns example.server
(:require [camel-snake-kebab.core :as csk]
[clojure.spec.alpha :as s]
[clojure.string :as str]
[clojure.walk :as walk]
[muuntaja.core :as m]
[reitit.coercion.spec :as spec]
[reitit.dev.pretty :as pretty]
[reitit.ring :as ring]
[reitit.ring.coercion :as coercion]