Coder Social home page Coder Social logo

aks427 / recurly-client-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from recurly/recurly-client-dotnet

0.0 1.0 0.0 144 KB

A .NET API wrapper for Recurly. Super Simple Subscription billing.

Home Page: http://recurly.com

License: MIT License

C# 100.00%

recurly-client-net's Introduction

Recurly .NET Client

The Recurly .NET Client library is an open source library to interact with Recurly's subscription management from your ASP.Net website. The library interacts with Recurly's REST API. This library works with .NET 2.0 and greater.

Installation

The easiest way to get the source code is to click the Download Source button at the top of this page. Alternatively, you can use git. With git installed, the easiest way to download the Recurly .NET Client is with the git command:

git clone git://github.com/recurly/recurly-client-net.git C:\path\to\recurly

If you do not have git and have some interest in learning about a wonderful source control tool, please check out the Github Guide for Windows.

Configuration

Your API Key, and site subdomain can be specified in your web.config file:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="recurly" type="Recurly.Configuration.RecurlySection,Recurly"/>
  </configSections>
  
  <recurly 
    apiKey="123456789012345678901234567890ab"
    privateKey="123456789012345678901234567890cd"
    subdomain="company" />
  
</configuration>

Please note: API credentials changed with version v0.0.4.2. API Username and Environment are no longer required. Password has been renamed to API Key.

To Do

  • Write unit tests
  • List/paginate through accounts, transactions, etc
  • Process POST notifications
  • Member variable validation
  • Validate credit card information before submitting request

API Documentation

Please see the Recurly API for more information.

recurly-client-net's People

Contributors

isaachall avatar

Watchers

Andrew Stevens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.