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
+74-1Lines changed: 74 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,13 @@ Tested on UNIX based OS.
25
25
26
26
The library is intended for software developers and is used to work with the [Capsolver](https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1) service API.
27
27
28
+
## Features
29
+
-**Sync & Async Support**: Full support for both synchronous (`requests`) and asynchronous (`aiohttp`) operations.
30
+
-**Type Safety**: Enums for captcha types and response statuses.
31
+
-**Resilience**: Built-in retries using `tenacity`.
32
+
-**Performance**: High-speed JSON serialization with `msgspec`.
0 commit comments