Liking cljdoc? Tell your friends :D

Contacts API Clojure SDK

Clojars Project Build Status

Clojure SDK for FullContact Contacts API

Installation

[fullcontact/full.contacts-api-client "0.1.2"]

Documentation

API Documentation can be found at https://www.fullcontact.com/apps/docs

Usage

Getting Started

(ns com.example.core
    (:require [full.contacts-api-client.account :as a]))

(defn get-account []
    @(a/get- "<access-token>"))

Tests


To run tests:

./lein midje

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close