dart_naver_captcha 0.1.0 copy "dart_naver_captcha: ^0.1.0" to clipboard
dart_naver_captcha: ^0.1.0 copied to clipboard

An unofficial Dart client for NAVER image and audio CAPTCHA APIs.

dart_naver_captcha #

An unofficial Dart client for every NAVER image and audio CAPTCHA operation: key issuance, user-input verification, and JPEG/WAV challenge download.

NaverWithoutLoginApi.init(clientId: clientId, clientSecret: clientSecret);

final key = await CaptchaApi.issueImageKey();
final jpeg = await CaptchaApi.challenge(CaptchaType.image, key: key.key);

See the official image CAPTCHA and audio CAPTCHA documentation. The package is not endorsed by NAVER.

1
likes
160
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An unofficial Dart client for NAVER image and audio CAPTCHA APIs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dart_naver_without_login_common, http

More

Packages that depend on dart_naver_captcha