Is your feature request related to a problem? Please describe.
Currently the library only gives the users an URL and tell them if it's an image or a video and leave the downloading up to the user.
Describe the feature you'd like
It would be nice to provide a DownloadMedia method on the ApodClient that downloads the content and returns it (maybe as byte[]? I'm not sure what format would be preferred for users).
Is your feature request related to a problem? Please describe. Currently the library only gives the users an URL and tell them if it's an image or a video and leave the downloading up to the user.
Describe the feature you'd like It would be nice to provide a DownloadMedia method on the ApodClient that downloads the content and returns it (maybe as byte[]? I'm not sure what format would be preferred for users).