Skip to content

youcan-shop/youcan-shop-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouCanShop SDK

This package allows the developer to interact easily with the YouCan Shop API.

Examples

Check the examples folder for how to use the SDK.

$youCan = YouCan::instance()->setAccessToken(new AccessToken($accessToken, 1));

$data = $youCan->request(ProductEndpoint::index());
// OR
$data = $youCan->request(ProductEndpoint::show('product_id'));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages