Skip to content

Instantly share code, notes, and snippets.

@prasannajeet
Last active September 5, 2018 04:50
Show Gist options
  • Save prasannajeet/b34d7a35fbb32424c9b4b9da2ab015e8 to your computer and use it in GitHub Desktop.
Save prasannajeet/b34d7a35fbb32424c9b4b9da2ab015e8 to your computer and use it in GitHub Desktop.
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