Skip to content
This repository has been 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

 
 

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

Languages

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