Skip to content

Instantly share code, notes, and snippets.

@imablanco
Last active May 23, 2017 19:05
Show Gist options
  • Save imablanco/0b7f09e28d5ebdf30c64595c003aee2a to your computer and use it in GitHub Desktop.
Save imablanco/0b7f09e28d5ebdf30c64595c003aee2a to your computer and use it in GitHub Desktop.
interface OrganizationsService {
@GET("organizations")
fun getOrganizations(@Query("since") since : Int? = null) : Call<List<Organization>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment