Skip to content

rayblair06/JustGiving.Api.Sdk

 
 

Repository files navigation

JustGiving API SDK

SDKs to help developers code against the JustGiving APIs.

.NET Quickstart

If you want the C# SDK, you can install it from NuGet. Includes Silverlight support.

PM> Install-Package justgiving-sdk

Then:

var client = new JustGiving.Api.Sdk.JustGivingClient("APIKEY");
var page = client.Page.Retrieve("pageShortName");

The pageShortName is the page slug.

PHP Quickstart

Download the latest snapshot (or git pull master). Reference JustGivingClient.php

$client = new JustGivingClient("https://api.sandbox.justgiving.com/", "your-api-key", 1, "apiunittests@justgiving.com", "password");
$page = $client->Page->Retrieve("pageShortName");

Urls to visit

Some places to visit:

Further Support

If you're having issues that the resources above don't help with, feel free to email us at apisupport@justgiving.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 65.1%
  • C# 26.1%
  • PHP 5.3%
  • C++ 2.7%
  • Perl 0.5%
  • HTML 0.2%
  • Other 0.1%