Apod API Versions Save

Astronomy Picture of the Day API service

v1.0.0

1 month ago

v0.0.8

11 months ago

Updated the api to work with python3.11 and new elastic-beanstalk/nginx hosting.

0.0.7

2 years ago

Merges Pull Requests #60 . #73 . and #81

Issue with Vimeo video thumbnails fixed

v0.0.6

3 years ago

This update has changes from pull requests #46 #51 and #53 .

It is a minor update.

Only potential problems users might experience would have to do with a small change in how calls for "today's" date is handled when it doesn't exist yet on APOD side. However, we don't expect any problems.

v0.0.5

3 years ago

Dockerized APOD app

v0.0.4

3 years ago

Implemented the following behavior when encountering missing APOD images:

  • when asking for specified date which has no APOD data available? -> 404
  • when asking for interval of APOD images, some of them not available? -> return json array only with data for available dates
  • when asking for random APOD day? -> return one of existing APOD dates. This request should never fail.

In response the this issue: https://github.com/nasa/apod-api/issues/40

v0.0.3

3 years ago

Added support for missing or corrupted assets on apod.nasa.gov. In the event of a missing site asset, api will return a "fallback" object that follows the same format as a standard APOD API return object. The object clearly states that it is a default and that the requested image is no longer available on the apod.nasa.gov site.

v0.0.2

4 years ago

flask / aws EB optimized with fix for early year title format

0.0.1

4 years ago

This is the version of the APOD API that has remained more or less intact for 2018-2019 with only minor changes.