Get current configuration. Returns: Configuration object or None if not loaded
(self)
| 264 | return self._api_key |
| 265 | |
| 266 | def get_config(self) -> Optional[Configuration]: |
| 267 | """ |
| 268 | Get current configuration. |
| 269 | |
| 270 | Returns: |
| 271 | Configuration object or None if not loaded |
| 272 | """ |
| 273 | return self._config |
| 274 | |
| 275 | def is_configured(self) -> bool: |
| 276 | """ |
no outgoing calls
no test coverage detected