app
app
/
com.nasagallery.model.repository
/
PhotoRepository
Photo
Repository
class
PhotoRepository
@
Inject
constructor
(
apiService
:
ApiService
)
Content copied to clipboard
Constructors
Functions
Constructors
Photo
Repository
Link copied to clipboard
@
Inject
fun
PhotoRepository
(
apiService
:
ApiService
)
Content copied to clipboard
Functions
get
Photo
Link copied to clipboard
fun
getPhoto
(
)
:
Single
<
NASAPhotos
>
Content copied to clipboard