We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de953b1 commit b21ec99Copy full SHA for b21ec99
README.md
@@ -26,6 +26,7 @@ A Ruby client for the 2Captcha API.
26
- [Lemin Cropped Captcha](#lemin-cropped-captcha)
27
- [GeeTest V4](#geetest-v4)
28
- [Audio](#audio)
29
+ - [Yandex](#yandex)
30
- [Other methods](#other-methods)
31
- [send / get_result](#send--getresult)
32
- [balance](#balance)
@@ -136,7 +137,7 @@ result = client.recaptcha_v3({
136
137
score: 0.3,
138
action: 'verify'
139
})
-``
140
+```
141
142
### reCAPTCHA Enterprise
143
reCAPTCHA Enterprise can be used as reCAPTCHA V2 and reCAPTCHA V3. Below is a usage example for both versions.
lib/api_2captcha/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Api2Captcha
4
- VERSION = "1.0.2"
+ VERSION = "1.0.3"
5
end
0 commit comments