JohnnyWalkerDigital / JustGiving.Api.Sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 64.7%Language:C# 25.3%Language:PHP 5.1%Language:C++ 2.3%Language:ApacheConf 1.7%Language:Perl 0.5%Language:HTML 0.2%Language:PowerShell 0.1%Language:Batchfile 0.0%