Skip to content

Releases: cdburgess/bggapi

PHP BGG API release v0.0.2

21 Jan 00:18
Compare
Choose a tag to compare

The __call() method has been updated so an array of items can be passed and it will automatically be converted to a comma-delimited set of data to pass to the API. This is intended to be used for those parameters that accept multiple values:

$thing = new Thing();
$thing->id([123,124,125])
     ->send();

v 0.0.1 BGG - API

20 Jan 20:34
Compare
Choose a tag to compare

This is the initial release of the PHP BGG API implementation.