Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.32 KB

rcrly

An Erlang/LFE Client for the Recurly Billing REST API

Table of Contents

Introduction

About Recurly

From the Recurly docs site:

Recurly provides a complete recurring billing system designed to remove all the headaches from subscription billing. Whether you’ve integrated with our Hosted Payment Pages, Recurly.js embedded forms, or API, these documents will help manage your day-to-day billing.

The LFE Client Library

TBD

Installation

Just add it to your rebar.config deps:

  {deps, [
    ...
    {rcrly, ".*",
      {git, "[email protected]:cinova/rcrly.git", "master"}}
      ]}.

Or, if you use lfe.config:

#(project (#(deps (#("cinova/rcrly" "master")))))

And then do the usual:

    $ make get-deps
    $ make compile

Usage

Usage information is provided on the documentation site.