Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alfonsogarsan/dffdf12a943c587364d8301365492fdb to your computer and use it in GitHub Desktop.
Save alfonsogarsan/dffdf12a943c587364d8301365492fdb to your computer and use it in GitHub Desktop.
interface AnswerApiService {
@GET("/api")
fun getAnswer(): Observable<AnswerApiDto>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment