You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comprehensive Python SDK for the Pathao Courier Merchant API. This package provides a clean, Pythonic interface to integrate Pathao's courier services into your Python applications.
9
11
10
12
## Features
11
13
12
-
-✅ OAuth 2.0 authentication with automatic token refresh
13
-
-✅ Type hints throughout the codebase
14
-
-✅ Comprehensive input validation
15
-
-✅ Detailed error messages
16
-
-✅ Support for both Sandbox and Production environments
17
-
-✅ Batch operations support
18
-
-✅ Extensive documentation and examples
14
+
- OAuth 2.0 authentication with automatic token refresh
15
+
- Type hints throughout the codebase
16
+
- Comprehensive input validation
17
+
- Detailed error messages
18
+
- Support for both Sandbox and Production environments
Copy file name to clipboardExpand all lines: docs/api_reference.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Version:** 0.1.0
4
4
**Last Updated:** January 2026
5
-
**Status:** Complete Implementation ✅
5
+
**Status:** Complete Implementation
6
6
7
7
---
8
8
@@ -28,17 +28,17 @@
28
28
29
29
The Pathao Python SDK provides a clean, Pythonic interface to the Pathao Courier Merchant API. It handles authentication, request/response serialization, error handling, and provides convenient methods for all supported operations.
30
30
31
-
### Features ✅
31
+
### Features
32
32
33
-
-✅ OAuth 2.0 authentication with automatic token refresh
34
-
-✅ Type hints throughout the codebase
35
-
-✅ Comprehensive input validation
36
-
-✅ Detailed error messages with custom exception hierarchy
37
-
-✅ Support for both Sandbox and Production environments
38
-
-✅ Batch operations support
39
-
-✅ Exponential backoff retry logic
40
-
-✅ Secure logging with sensitive data masking
41
-
-✅ 97% test coverage with 196 unit tests
33
+
- OAuth 2.0 authentication with automatic token refresh
34
+
- Type hints throughout the codebase
35
+
- Comprehensive input validation
36
+
- Detailed error messages with custom exception hierarchy
37
+
- Support for both Sandbox and Production environments
38
+
- Batch operations support
39
+
- Exponential backoff retry logic
40
+
- Secure logging with sensitive data masking
41
+
- 97% test coverage with 196 unit tests
42
42
43
43
---
44
44
@@ -1015,6 +1015,6 @@ except PathaoException as e:
1015
1015
1016
1016
---
1017
1017
1018
-
**Documentation Status:**✅ Complete - Reflects current implementation
1018
+
**Documentation Status:** Complete - Reflects current implementation
0 commit comments