Add support for request keywords in gwdatafind.ui
Compare changes
Files
2- Duncan Macleod authored
to enable passing arbitrary keywords down to requests.get
+ 12
− 0
@@ -17,6 +17,7 @@
@@ -58,6 +59,17 @@ def gwdatafind_server_env():
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
This MR patches gwdatafind.ui
to support passing keywords down to requests.get
, mainly to control credentials.
to enable passing arbitrary keywords down to requests.get