Files @ 43d0202c6c60
Branch filter:

Location: C3L-NOC/spaceapi/run.py

Dennis Fink
Add new views, that use BasicAuth instead of DigestAuth

Somehow the httpx library fails with DigestAuth, altough it officialy supports
it. We use it in the spaceapi matrix bot.
1
2
3
from spaceapi import create_app

create_app().run(debug=True)