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

PathfinderMediaGroup/api-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages