All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.cssxsh.pixiv.tool.CaptchaHandler.kt Maven / Gradle / Ivy

package xyz.cssxsh.pixiv.tool

/**
 * handle ReCaptcha
 */
public interface CaptchaHandler {
    public suspend fun handle(siteKey: String, referer: String): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy