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
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,3 @@
1
-
# pyproxy-sdk-py
2
-
Python API Client for PyProxy
3
-
4
1
<divalign="center">
5
2
<h1>pyproxy-sdk-py</h1>
6
3
</div>
@@ -31,6 +28,17 @@ Python API Client for PyProxy
31
28
pip install pyproxytools-sdk
32
29
```
33
30
31
+
## 🚀 **Usage Examples**
32
+
33
+
Simple usage examples are available in the [`examples/`](examples) directory.
34
+
35
+
They include:
36
+
37
+
* Initializing the PyProxy client
38
+
* Managing filters (add, delete, retrieve)
39
+
* Retrieving proxy status and settings
40
+
* Handling specific errors
41
+
34
42
## 📚 **Documentation**
35
43
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://github.com/pyproxytools/pyproxy-sdk-py/wiki).
0 commit comments