Skip to content

Instantly share code, notes, and snippets.

View IvanWooll's full-sized avatar

Ivan Wooll IvanWooll

  • Northampton UK
View GitHub Profile
@FormUrlEncoded
@POST("oauth/token")
Call<AuthResponseModel> auth(
@Field("username") String username,
@Field("password") String password,
@Field("grant_type") String grant_type,
@Field("client_id") Integer client_id,
@Field(
"client_secret") String client_secret
@IvanWooll
IvanWooll / 0_reuse_code.js
Created November 5, 2015 13:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console