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