Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thanks and also Configuration Difference #1

Open
CohortMinseok opened this issue Dec 8, 2020 · 0 comments
Open

Thanks and also Configuration Difference #1

CohortMinseok opened this issue Dec 8, 2020 · 0 comments

Comments

@CohortMinseok
Copy link

api2captcha::client_t client ("YOUR_API_KEY");

This doesn't work anymore, but I got it to work by doing:

api2captcha::client_t client;
client.set_api_key("YOUR_API_KEY");

But great way of implementing this, worked flawless even for a programming beginner like me.

@2captcha 2captcha deleted a comment from pradeep19931110 Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant