-
Реализуйте веб-сервис, который будет повторять NASA APOD API, но добавлять в ответ дополнительные поля с переводами названия и описания на русский, взятыми с http://astronet.ru/db/apod.html
Не выкл…
-
RE: https://github.com/nasa/apod-api/pull/34 but unrelated to that pr
There are some issues with \r \n popping up with Credit or Credit and Copyright in the title fields...
e.g.
https://api.nas…
-
Making an API call even with the DEMO_KEY is returing 502 Bad Gateway
steps to reproduce:
execute
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY
result:
Response with status: 502 Bad …
-
@Yashc885 i would like to build a complete project which fetches the NASA Apod Api and display the result . it would be a complete frontend developed
-
Multiple occurrences where the API returns a 500 Internal Server Error for what seems to be a valid date.
Have a look at [1999-02-16](https://api.nasa.gov/planetary/apod?date=1999-02-16&api_key=DEMO_K…
-
Using one of NASA's API, APOD, the telegram bot can provide the user with
- An astronomy photo
- Title to the image
- An explanation as to why that particular photo is the photo of the day…
-
When I make an API call to `https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY` ***right now*** (Thu, 01 Oct 2020 01:30:49 GMT) I get a 404:
```json
{
"code": 404,
"msg": "No data availabl…
-
```
Error: ExecTest.testUrl:166 No requests exactly matched. Most similar request was: expected:<
GET
/api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&cont…
-
httpss://api.nasa.gov/planetary/apod?api_key=DEMO_KEY returns 502 Bad Gateway error
-
When running the program I'm getting this error:
```
❯ python3 NASA_API.pyw
Traceback (most recent call last):
File "NASA_API.pyw", line 22, in
with open(image_path, 'wb') as f:
FileNot…