Usage
Access to FAIRsharing via its API.
See also
- class FairsharingClient(login: str | None = None, password: str | None = None, base_url: str | None = None)[source]
A client for programmatic access to the FAIRsharing private API.
Instantiate the client and get an appropriate JWT token.
- Parameters:
login – FAIRsharing username
password – Corresponding FAIRsharing password
base_url – The base URL
- ensure_fairsharing(force_download: bool = False, use_tqdm: bool = True, **kwargs: Any) Path[source]
Get the FAIRsharing registry.