Software for evolving RESTful API's and Web Services. Encode/specify,
simulate and integration test your API's.
README and source code:
https://github.com/passivsystems/protean/tree/0.9.0-beta.1.
Download: https://github.com/passivsystems/protean/releases/tag/0.9.0-beta.1
Documentation: http:
eaders.
Finally assuming some regularity is imposed over the API (caveat disclaimer
etc etc), free simulation integration testing and free real API integration
testing can be performed over specified ranges of the API's surface area.
A simplistic prototype Beer brewing RESTful API
(https:/
My two cents...
Ring/Compojure, Friend, Datomic.
I've had these in production since 2012, no issues really and its still fun
to hack on them.
On Thursday, 10 April 2014 15:13:19 UTC+1, Kashyap CK wrote:
>
> Hi,
> I have the opportunity to build a set of services from scratch. I plan to
> use c
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 c
Hey. Yes, thanks for your help, it was a String as a byte array.
On Jun 2, 10:20 pm, Sean Corfield wrote:
> On Fri, Jun 1, 2012 at 5:26 AM, rossputin wrote:
> > I've got a clojure.java.jdbc result coming back as a byte[]. Its from
> > a GROUP_CONCAT on an int(10) field
Hi.
I've got a clojure.java.jdbc result coming back as a byte[]. Its from
a GROUP_CONCAT on an int(10) field.
In the mysql client the result is: '1,2,4,6,7,19,24,32,54,152'.
I am unsure how to extract this result properly in clojure… (println
(seq (somevar))) gives me an unexpected result: (49
Hi Guys.
Has anyone hooked Postal up to SES ?
If so how ?
Thanks!
--
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