@@ -41,9 +41,9 @@ Each SDK version is designed to work with a specific API version. Please refer t
4141
4242| SDK Version | Supported API Version | Branch |
4343| ----------- | --------------------- | ------------------------------------------------------------- |
44- | 5.x.x | 2025-01 | https://github.com/AfterShip/tracking-sdk-python/tree/2025-01 |
45- | 4.x.x | 2024-10 | https://github.com/AfterShip/tracking-sdk-python/tree/2024-10 |
46- | 3.x.x | 2024-07 | https://github.com/AfterShip/tracking-sdk-python/tree/2024-07 |
44+ | 5.x.x | 2025-01 | https://github.com/AfterShip/tracking-sdk-python/tree/2025-01 |
45+ | 4.x.x | 2024-10 | https://github.com/AfterShip/tracking-sdk-python/tree/2024-10 |
46+ | 3.x.x | 2024-07 | https://github.com/AfterShip/tracking-sdk-python/tree/2024-07 |
4747| 2.x.x | 2024-04 | https://github.com/AfterShip/tracking-sdk-python/tree/2024-04 |
4848| <=1.x.x | Legacy API | https://github.com/AfterShip/aftership-sdk-python |
4949
@@ -62,8 +62,8 @@ Create AfterShip instance with options
6262| Name | Type | Required | Description |
6363| ---------- | ------ | -------- | --------------------------------------------------------------------------------------------------------------------------------- |
6464| api_key | string | ✔ | Your AfterShip API key |
65- | auth_type | enum | | Default value: ` auth.ApiKey ` <br > AES authentication: ` auth.Aes ` <br > RSA authentication: ` auth.Rsa ` |
66- | api_secret | string | | Required if the authentication type is ` auth.Aes ` or ` auth.Rsa ` |
65+ | auth_type | enum | | Default value: ` auth.ApiKey ` <br > AES authentication: ` auth.Aes ` <br > RSA authentication: ` auth.Rsa ` |
66+ | api_secret | string | | Required if the authentication type is ` auth.Aes ` or ` auth.Rsa ` |
6767| domain | string | | AfterShip API domain. Default value: https://api.aftership.com |
6868| user_agent | string | | User-defined user-agent string, please follow [ RFC9110] ( https://www.rfc-editor.org/rfc/rfc9110#field.user-agent ) format standard. |
6969| proxy | string | | HTTP proxy URL to use for requests. <br > Default value: ` null ` <br > Example: ` http://192.168.0.100:8888 ` |
@@ -96,7 +96,7 @@ except exceptions.RateLimitExceedError:
9696
9797## Rate Limiter
9898
99- See the [ Rate Limit] ( https://www.aftership.com/docs/tracking/2024-10 /quickstart/api-quick-start ) to understand the AfterShip rate limit policy.
99+ See the [ Rate Limit] ( https://www.aftership.com/docs/tracking/2025-01 /quickstart/api-quick-start ) to understand the AfterShip rate limit policy.
100100
101101## Error Handling
102102
0 commit comments