Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created December 13, 2020 11:22
Show Gist options
  • Save gokmenbayram/d8fc4babe52f145c8a6b3d91f619b2d6 to your computer and use it in GitHub Desktop.
Save gokmenbayram/d8fc4babe52f145c8a6b3d91f619b2d6 to your computer and use it in GitHub Desktop.
interface ApiService {
@GET("(default)/documents/forceupdate")
fun getVersion(): Call<Version>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment