diff --git a/src/utils/stac_rest.py b/src/utils/stac_rest.py index 2fd8596..1aadbe2 100644 --- a/src/utils/stac_rest.py +++ b/src/utils/stac_rest.py @@ -11,6 +11,7 @@ def get_headers(): settings = get_settings() return {"Authorization": f"Bearer {settings.token}"} + def post_or_put(url: str, data: dict): """ Post or put data to URL