Created
April 20, 2017 12:22
-
-
Save cherniag/b06533d776efe090871948ffcb2f8c48 to your computer and use it in GitHub Desktop.
Retrofit
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
import retrofit.client.Response | |
import retrofit.mime.TypedString; | |
TypedString wrapped = new TypedString(script); | |
... | |
@POST("/validate") | |
Response validate(@Body TypedString script); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment