File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11"""
22Example uses the following APIs:
33- CHRONICLING API (https://chroniclingamerica.loc.gov/about/api/)
4- - Launch Library Reading API (https://launchlibrary.net/docs/1.3/api.html )
4+ - Launch Library Reading V2 API (https://ll.thespacedevs.com/2.0.0/swagger )
55- University Domains and Names Data List (https://github.com/Hipo/university-domains-list)
66"""
77import requests
@@ -18,8 +18,8 @@ def chroniclingamerica(tag="michigan"):
1818 return requests .get (f"http://chroniclingamerica.loc.gov/search/titles/results/?terms={ tag } &format=json" ).json ()
1919
2020
21- def launchlibrary (mission_name = "GPS" ):
22- return requests .get (f"https://launchlibrary.net/1.3/mission/ { mission_name } " ).json ()
21+ def launchlibrary ():
22+ return requests .get (f"https://ll.thespacedevs.com/2.0.0/dashboard/starship/ " ).json ()
2323
2424
2525def university_domains ():
You can’t perform that action at this time.
0 commit comments