-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't workingclientIssues/PRs relating to the OPTIMADE client.Issues/PRs relating to the OPTIMADE client.help wantedExtra attention is neededExtra attention is needed
Description
The get_all_databases
function does its own request handling. In cases where custom HTTP configurations are required (e.g., proxies etc.) this makes it impossible to use the client without manually setting the base URLs.
The get_all_databases
(and related functions) could be refactored to use a custom HTTP client/session, but should default to doing their own thing (this function is called at initialisation of the reference server).
See #2274 for more info.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingclientIssues/PRs relating to the OPTIMADE client.Issues/PRs relating to the OPTIMADE client.help wantedExtra attention is neededExtra attention is needed