We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925cfc3 commit 7cfc08aCopy full SHA for 7cfc08a
HISTORY.md
@@ -5,6 +5,7 @@ Release History
5
------------------
6
7
- Add support for request timeouts.
8
+- Add status and error codes support - https://serpapi.com/api-status-and-error-codes
9
10
0.1.5 (2023-11-01)
11
README.md
@@ -81,6 +81,8 @@ except serpapi.TimeoutError as e:
81
82
Documentation is [available on Read the Docs](https://serpapi-python.readthedocs.io/en/latest/).
83
84
+Change history is [available on GitHub](https://github.com/serpapi/serpapi-python/blob/master/HISTORY.md).
85
+
86
## Basic Examples in Python
87
88
### Search Bing
0 commit comments