Please respond here with any questions, and as always check out the
full documentation here:
http://www.globalgiving.org/to-go/
API CHANGES - as of 09/10/2010
********************************************************************
UPDATED - Submit a Donation operation
********************************************************************
- added <twitter_username> optional element
- updated the minimum amount text to mention that min. amount can be
as low as $1 if making only redeeming a gift cert.
- text: NOTE: the minimum amount for gift certificate redemptions is
$1
********************************************************************
UPDATED - Get Project - all FULL information calls
********************************************************************
- added <additionalDocumentation> element that links to the project
documentation if available
- added <imageGallerySize> element:
- text: Number of images that make up projects photo gallery. Use the
Get Image Gallery operation call to retrieve the extra images.
- added <imageSizeOptions> element with child <image><url> elements
and a "size" attribute, providing different sizes (small, thumbnail,
medium, large, extraLarge, original) for the main project image
- text: Size (WxH in pixels) that the image is available in. Possible
values:
small: Maximum dimensions of 75x75 - best fit, may be smaller in
one dimension.
thumbnail: Fixed size of 80x52.
medium: Maximum dimensions of 300x220 - best fit, may be smaller in
one dimension.
large: Maximum dimensions 540x405 - best fit, may be smaller in one
dimension.
extraLarge: Maximum dimensions 1024x1024 - may be smaller in either
or both dimensions. Will fit larger images to 1024 on one side.
Smaller images are not scaled up.
original: The original image file that was uploaded to GlobalGiving
and was used to generate the other versions.
********************************************************************
UPDATED - Get Project - all FULL and SUMMARY information calls
********************************************************************
- added <organization> parent element, with required <name> and <id>
child elements, and optional <addressLine1>, <addressLine2>, <city>,
<country>, <logoUrl>, <name>, <postal>, <url> elements
********************************************************************
UPDATED - Get Progress Report
********************************************************************
- added <link> elements, with "href" attribute, that points to
additional resources (images, docs, pdfs) associated with each
progress report entry
********************************************************************
NEW - Get Image Gallery operation
********************************************************************
- added new operation returning extra photos for a project
- contains parent <images> element with child <image><url> elements
and a "size" attribute, providing different sizes (small, thumbnail,
medium, large, extraLarge, original) for each image
- intention is that user would grab the image based on the "size"
attribute they care about
- NOTE: <imageGallerySize> element on a FULL project response displays
the number made available with this call
********************************************************************
NEW - Get Organization operation
********************************************************************
- added new operation returning <organization> parent element, with
required <name> and <id> child elements, and optional <addressLine1>,
<addressLine2>, <city>, <country>, <logoUrl>, <name>, <postal>,
<url> elements