Skip to content

cinova/rcrly

Repository files navigation

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.

About

Erlang/LFE Library for Recurly's REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published