justgiving-sdk

A client for the JustGiving API available at https://api.justgiving.com


Keywords
api, firstgiving, .net20, .net40, .net35, justgiving, givinggroup
Install
Install-Package justgiving-sdk -Version 1.6.12

Documentation

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