Clojure SDK for FullContact Contacts API
[fullcontact/full.contacts-api-client "0.2.4"]
API Documentation can be found at https://www.fullcontact.com/apps/docs
(ns com.example.core
(:require [full.contacts-api-client.account :as a]))
(defn get-account []
@(a/get- "<access-token>"))
To run tests:
./lein midje