Skip to content

Instantly share code, notes, and snippets.

@zurche
Created February 13, 2017 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zurche/ef9df09933588301f36d9ff064ab3abf to your computer and use it in GitHub Desktop.
Save zurche/ef9df09933588301f36d9ff064ab3abf to your computer and use it in GitHub Desktop.
public interface VisionApiService {
@POST("?key=<THIS_IS_WERE_YOU_PUT_YOUR_VISION_API_KEY>")
Call<LogoResponse> checkImageLogo(@Body LogoBodyModel logoBodyModel);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment