ApiService

interface ApiService

Functions

Link copied to clipboard
@GET(value = "apod?api_key=DEMO_KEY&start_date=2021-01-01&end_date=2021-03-12")
abstract fun getPhotos(): Single<NASAPhotos>