Skip to content

Latest commit

 

History

124 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages