Skip to content

Commit

Permalink
Merge pull request #9 from 1415003719/2024-10
Browse files Browse the repository at this point in the history
support 2024-10 version
  • Loading branch information
1415003719 authored Oct 25, 2024
2 parents fd3f850 + 6b4b8f0 commit 2355efc
Show file tree
Hide file tree
Showing 134 changed files with 776 additions and 5,398 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Each SDK version is designed to work with a specific API version. Please refer t

| SDK Version | Supported API Version | Branch |
| ----------- | --------------------- | ---------------------------------------------------------- |
| 9.x.x | 2024-10 | https://github.com/AfterShip/tracking-sdk-php/tree/2024-10 |
| 8.x.x | 2024-07 | https://github.com/AfterShip/tracking-sdk-php/tree/2024-07 |
| 7.x.x | 2024-04 | https://github.com/AfterShip/tracking-sdk-php/tree/2024-04 |
| 6.x.x | 2023-10 | https://github.com/AfterShip/aftership-sdk-php |
Expand Down Expand Up @@ -93,7 +94,7 @@ try {

## Rate Limiter

See the [Rate Limit](https://www.aftership.com/docs/tracking/2024-07/quickstart/rate-limit) to understand the AfterShip rate limit policy.
See the [Rate Limit](https://www.aftership.com/docs/tracking/2024-10/quickstart/rate-limit) to understand the AfterShip rate limit policy.

## Error Handling

Expand Down Expand Up @@ -166,7 +167,7 @@ var_dump($trackingInfo);

```php
$query = new \Tracking\API\Tracking\GetTrackingsQuery();
$query->setPage(1)
$query->setCursor('<next_cursor>')
->setLimit(10)
->setKeyword('123');
$trackingInfo = $client->tracking->getTrackings($query);
Expand Down
Loading

0 comments on commit 2355efc

Please sign in to comment.