I work at Shopify <http://www.shopify.com/> and this has been my weekend 
project for a little while now:
https://github.com/jamesmacaulay/shopify-clj

It's a library for interacting with shops through our API. It includes a 
Friend workflow and an API wrapper based on clj-http with a custom 
middleware stack.

The Shopify App Store <http://apps.shopify.com/> has examples of how other 
people have used the API to extend the capabilities of our customers' 
shops. Some of these apps are built especially for our platform, and some 
are integrations with existing services which just go really well with a 
Shopify shop <http://apps.shopify.com/optimizely>. Some of them are free, 
some of them hook into our billing 
system<http://docs.shopify.com/api/tutorials/shopify-billing-api>, 
and some of them use their own solution for getting paid.

This is my first "real library" in Clojure, and I would *love* to get 
feedback from you folks about the choices I've made. It's been a great 
learning experience and I've tried hard to play to the strengths of the 
language.

More to come in 0.2.0 and beyond:

   - a leiningen template for Shopify web apps
   - validations, or at least better ways of working with remote validation 
   errors
   - functions to help with handling 
webhooks<http://docs.shopify.com/api/tutorials/webhooks>

Cheers and happy coding,
James

-- 
-- 
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/groups/opt_out.


Reply via email to