-
Hi all,
I love the APOD API and I discovered a change in behavior recently : the pictures are now served in https.
That's a great news, who doesn't love https ?
However, the APOD API still return…
-
If you try to access some dates, such as 1995-06-16 (the APOD birthdate!), or 1996-07-28, or many, many other seemingly random dates, they ALWAYS return a code 505 "Internal Service Error."
Out of a …
-
Hi guys,
I have a page that you can click through the past APOD's, which works fine until a video comes up (for instance here in July, July 4th is a video) but the video does not display in Chrome, F…
-
I am trying to connect to APOD resources such as https://apod.nasa.gov/apod/astropix.html on Android using OkHttp, but I keep getting an SSL Handshake error. This occurs on devices running Android ver…
-
Adding picture only works for the picture of the day and not after searching the other pictures.
This is my show APOD function
```
const showApod = function () {
const apodUrl = 'http://loca…
-
I have noticed that the "date" value in the API response rolls to the next day around 7pm EST. My guess is the date is being set to UTC. Can anyone confirm? This is the request I made at 1pm EST, if I…
-
sometimes the APOD is a video instead of an image; make sure to set the background url only for the proper media type
-
**Glide Version**: 3.7.0
**Integration libraries**:
Default - fails
OkHttp/3 - fails
`load failed: javax.net.ssl.SSLHandshakeException`
Volley - fails
`java.util.concurrent.Execut…
-
> > > from nasa import apod
> > > image = earth.image(lat=1.5, lon=100.75, date='2014-02-01')
> > > image.id
> > > 'LC8_L1T_TOA/LC81270592014035LGN00'
first line should be
from nasa import earth
-
Pokud v peněžence MasterPass na testovacím prostředí zamítnu platbu, tak v odpovědi volání ```basic/finish``` dostávám stav ```paymentStatus=2```, čili "Platba probíhá".
Bude chování v produkčním …