for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author @jenschude <[email protected]>
*/
namespace Commercetools\Core\Request\Me;
use Commercetools\Core\Client\JsonEndpoint;
class MeOrdersEndpoint
{
* @return JsonEndpoint
public static function endpoint()
return new JsonEndpoint('me/orders');
}