Skip to content

Instantly share code, notes, and snippets.

@ppicas
Last active June 19, 2018 12:36
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 ppicas/bfe6389a712f3131d22742778997db7c to your computer and use it in GitHub Desktop.
Save ppicas/bfe6389a712f3131d22742778997db7c to your computer and use it in GitHub Desktop.
interface JobRepository {
fun getJob(jobId: String): Observable<Job>
fun getJobs(page: Int = 0): Single<List<Job>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment