web_programming.nasa_data ========================= .. py:module:: web_programming.nasa_data Attributes ---------- .. autoapisummary:: web_programming.nasa_data.apollo_2011_items Functions --------- .. autoapisummary:: web_programming.nasa_data.get_apod_data web_programming.nasa_data.get_archive_data web_programming.nasa_data.save_apod Module Contents --------------- .. py:function:: get_apod_data(api_key: str) -> dict Get the APOD(Astronomical Picture of the day) data Get your API Key from: https://api.nasa.gov/ .. py:function:: get_archive_data(query: str) -> dict Get the data of a particular query from NASA archives .. py:function:: save_apod(api_key: str, path: str = '.') -> dict .. py:data:: apollo_2011_items