Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Last active May 30, 2020 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelseatroy/6ea5cd5d371c653e877dfb75b14251de to your computer and use it in GitHub Desktop.
Save chelseatroy/6ea5cd5d371c653e877dfb75b14251de to your computer and use it in GitHub Desktop.
Retrofit Interface for Login
package com.chelseatroy.canary.api
import retrofit2.http.GET
interface LoginService {
@GET("/v2/5ed1d35132000070005ca001")
suspend fun authenticate(): CanarySession
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment