January 2019
Intermediate to advanced
392 pages
10h 11m
English
Let's assume that you want to update a GitHub Gist object. You need to use the following endpoint with the @PUT function:
@PUT("gists/{id}")fun updateGist(@Path("id") id: String, @Body gist: Gist): Call<ResponseBody>
Read now
Unlock full access