Skip to content

jberke/Chargify2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chargify API V2 .NET Wrapper

This library is meant to be used with the Chargify Direct API.

You'll need Chargify Direct credentials to interact with the Chargify V2 API, which you can get by generating credentials within your site settings.

Getting Started

Install the nuget:

Install-Package chargify2

Sample Code

Check out the Chargify Direct .NET Sample for usage examples.

View a call resource:

chargify = new Chargify2.Client(api_id: "f43ee0a0-4356-012e-0f5f-0025009f114a", api_password: "direct777test", api_secret: "supersecret" );
call = chargify.ReadCall("4dbc42ecc21d93ec8f9bb581346dd41c5c3c2cf5");

Contributing

What to contribute:

  • Check out the project's issues page
  • Refactor something that looks messy to you!

How to contribute:

  • Fork the project.
  • Implement your feature on a topic branch.
  • Add tests for it. This is important so we don't break it in a future version unintentionally.
  • Commit, do not mess with the nuspec, version, or history. If you want to have your own version, that's fine but bump version in a commit by itself that we can ignore when we pull.
  • Send us a pull request.

Copyright

Copyright (c) 2013 Kori Francis, See LICENSE.txt for further details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%