Intouch API Client in Clojure
Modified on Tue, 10 May 2011 15:50 by tormar — Categorized as: Clojure, Intouch, Tutorials
This page contains a simple client demonstrating how to use the
Intouch REST API
from clojure. In particular you can see how the authentication header is constructed for basic authentication. It also illustrates how you can set the Accept and Content-type headers to specify that you want to send and receive JSON data.
At the bottom of the script there are some usage examples.