06 December 2012

I've started building an API client for the App Figures RESTful API in PHP (it's actually a handy little PHP class). It's free to use, so feel free to help yourself to the code!

How to use?

Well, that's easy. It's as simple as:

<?php
include_once 'AppFiguresAPIClient.php';
$AppFiguresClient = new AppFiguresAPIClient('USERNAME', 'PASSWORD');
print_r($AppFiguresClient->GetReviewsForProductId(PRODUCT_ID));
?>

Check the README on GitHub for more up-to-date usage instructions as time goes on.

Where did you say I could get this again?

Right here: App Figures API Client in PHP

  



comments powered by Disqus