Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
/ rcrly Public archive
forked from cinova/rcrly

Erlang/LFE Library for Recurly's REST API

License

Notifications You must be signed in to change notification settings

lfe-deprecated/rcrly

This branch is up to date with cinova/rcrly:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab701f0 · May 8, 2015
May 8, 2015
Mar 23, 2015
May 7, 2015
Mar 30, 2015
Mar 18, 2015
May 7, 2015
Mar 13, 2015
Mar 13, 2015
May 7, 2015
May 8, 2015
Apr 5, 2015
Mar 23, 2015
Mar 17, 2015

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, "git@github.com: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

Languages

  • LFE 82.7%
  • Makefile 11.7%
  • Erlang 5.6%