Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Repository files navigation

PMG API Library

Install via Composer

composer require pathfindermediagroup/api-library

Usage

<?php$auth = new \PathfinderMediaGroup\ApiLibrary\Auth\TokenAuth('yourapitokenhere');
$api = new \PathfinderMediaGroup\ApiLibrary\Api\SetApi($auth);
$allSets = $api->getAll();
$specificSet = $api->get(1);
$setSearch = $api->search('ebon armor');

About

A library that helps to interact with the PMG API

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages