Skip to content

Commit

Permalink
Add the ping method to the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 14, 2024
1 parent 1ab811f commit 93b6811
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Client/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ public function post(string $uri, array|object $body): ResponseInterface;

public function delete(string $uri, int $id): ResponseInterface;

/**
* Will try to ping the Peak WMS API
*/
public function ping(): void;

public function salesOrder(): SalesOrderEndpointInterface;

public function webhook(): WebhookEndpointInterface;
Expand Down

0 comments on commit 93b6811

Please sign in to comment.