client¶
Login and general Delfini operations
Functions
- pydelfini.client.login(host, scheme='https')[source]¶
Login to a Delfini instance.
This interactive login method will print a URL that you will need to visit in order to activate the login session. The function will wait to return until the session has successfully been activated.
- Parameters:
- Returns:
- Return type:
- pydelfini.client.make_base_url(host, scheme='https')[source]¶
Create a base URL for a Delfini instance.
Classes
Main class for interacting with a Delfini instance. |