Releases: nasa/apod-api
Releases · nasa/apod-api
First release
Release for DOI
Full Changelog: 0.0.7...v1.0.0
v.0.0.8
v0.0.7
v0.0.6 Minor updates
v0.0.5
Dockerized APOD app
v0.0.4
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: #40
v0.0.3
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.
flask / aws EB optimized with fix for early year title format
flask / aws EB optimized with fix for early year title format
old version of code not optimized for EC2
This is the version of the APOD API that has remained more or less intact for 2018-2019 with only minor changes.