Skip to content

meshokteam/sAPI-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sAPI-php

PHP библиотека для использования API для продавцов аукциона Мешок

To use the library, you can create an instance of the MeshokAPI class with your API token, and then call the desired methods. For example:

$api = new MeshokAPI('your_api_token');

$itemList = $api->getItemList();
$finishedItemList = $api->getFinishedItemList();
$itemInfo = $api->getItemInfo(12345);

// Use the data returned by the API methods
var_dump($itemList);
var_dump($finishedItemList);
var_dump($itemInfo);

About

PHP библиотека для использования API для продавцов аукциона Мешок

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages