Skip to content

fullcontact/full.contacts-api-client

Repository files navigation

Contacts API Clojure SDK

Clojars Project Build Status

Clojure SDK for FullContact Contacts API

Installation

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

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