Hi.

We've just open sourced Protean (https://github.com/passivsystems/protean), 
a little Clojure/edn project which enables simulation of RESTful API's.  

Configuring projects with edn is compact and efficient and does not require 
polluting actual project code in anyway.

API project behaviour can be hotswapped at runtime via curl posts or a cli. 
 This gives flexibility in simulating error response status codes and 
configuring the probability of errors.

A map of API surface area can be generated in the form of curl commands or 
project documentation (required headers etc).

The idea for the project originated in the office at Passiv Systems, and it 
has been used to speed development, testing and deployment of complex 
distributed systems successfully.

It is early days (0.6.0), so we are still throwing some ideas around 
(notably we want to standardise on Ring style request and response keys), 
but any contributions are welcome.

We hope this might be useful.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to