Skip to content

dannehl/ShipcloudClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShipcloudClient

Simple curl client for the shipcloud.io RESTful API

Usage

$key = '<your api_key>';
$request = new \ShipcloudClient\Request( $key );

$shipment = new \ShipcloudClient\models\Shipments();
$shipment->setShipmentId( '<shipping_id>' );

// send the the request
$request->getOne( $shipment );

About

Simple curl client for the shipcloud.io RESTful API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors