I was only able to run the hello world example (GithubService) from the docs.
The problem is when I run my code, I get the following Error, inside of onFail
onFail
If you don't want JSON encoded params use this:
@FormUrlEncoded @POST("/") Call request(@Field("api_key") String apiKey, @Field("app_id") String appId);