Skip to content

Instantly share code, notes, and snippets.

@shalperin
Created October 14, 2020 19:22
Show Gist options
  • Save shalperin/cc73a8cde5a42c15fb2a8de5749a24bc to your computer and use it in GitHub Desktop.
Save shalperin/cc73a8cde5a42c15fb2a8de5749a24bc to your computer and use it in GitHub Desktop.
interface FlickrApi {
@GET("/")
suspend fun fetchContents(): String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment