Expand description
§Control module
This module is responsible for additional AntiCaptcha API service methods:
- Get balance
- Get app statistics
- Report incorrect captcha
- Report correct captcha
- Get spending stats
- Push antigate variables
§Basic example for Control get_balance
method
use rust_anticaptcha::control::Control;
async fn run() {
let control_client = Control::new();
control_client.get_balance(&"API_KEY".to_string()).await;
}
§Notes
Read more here:
https://anti-captcha.com/apidoc/methods/getBalance
Structs§
- Structure help processing additional AntiCaptcha methods