SkillAgentSearch skills...

Wakeful

restful routing alternative for Clojure

Install / Use

/learn @ninjudd/Wakeful
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Wakeful

Wakeful is a Restful routing alternative for Clojure. It makes it really easy to connect your web api to namespaces in your project.

Usage

(use 'flatland.wakeful.core)

(def handler (wakeful "awesome.api"))

Now http calls dispatch to methods calls in namespaces under awesome.api:

GET  /photo-123/thumbnail  -> awesome.api.photo/thumbnail
GET  /photo-123/tags       -> awesome.api.photo/tags
POST /photo-123/tag/user-1 -> awesome.api.photo/tag!
View on GitHub
GitHub Stars27
CategoryDevelopment
Updated2y ago
Forks9

Languages

Clojure

Security Score

75/100

Audited on Jul 25, 2023

No findings