2captcha-0.1.0.0: Haskell package for easy integration with the 2captcha API.
Safe HaskellNone
LanguageHaskell2010

TwoCaptcha.Internal.Types.GeeTestCaptcha

Synopsis

Documentation

geeTestCaptcha :: GeeTestCaptcha Source #

Parameters used to solve a GeeTest captcha.

Required parameters:

Optional parameters:

gt :: Lens' GeeTestCaptcha (Maybe Text) Source #

Value of gt parameter you found on target website.

challenge :: Lens' GeeTestCaptcha (Maybe Text) Source #

Value of challenge parameter you found on target website.

apiServer :: Lens' GeeTestCaptcha (Maybe Text) Source #

Value of api_server parameter you found on target website.