clj-instagram 0.2.0

Clojure client for Instagram API.

Installation

To install, add the following dependency to your project or build file:

[clj-instagram "0.2.0"]

Namespaces

clj-instagram.endpoints

Functions for accessing Instagram endpoints. The API requires access from authenticated users for each endpoint.
Functions in this namespace are using corresponding functions from `clj-instagram.requests` namespace.

clj-instagram.http-client

Instagram API HTTP client that handles common tasks related to requests and responses.

Public variables and functions:

clj-instagram.oauth

Functions for creating an authorization URL and exchanging code received from Instagram for an access token.

Public variables and functions:

clj-instagram.requests

Pure functions for creating and transforming request maps for accessing Instagram API.

clj-instagram.subscriptions

Functions for creating, deleting and listing subscriptions.

Public variables and functions: