Last active
September 5, 2018 04:50
-
-
Save prasannajeet/b34d7a35fbb32424c9b4b9da2ab015e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface RecaptchaVerificationService { | |
@Headers("Content-Type: application/x-www-form-urlencoded; charset=utf-8") | |
@POST("/recaptcha/api/siteverify") | |
Call<RecaptchaVerifyResponse> verifyResponse(@QueryMap Map<String, String> params); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment