You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the Reporting API client, you need to initialize it with the server URL and authentication credentials.
45
45
The server URL should point to your Frequenz Reporting API instance, and you will need an authentication key and a signing secret.
46
+
See [this documentation](https://github.com/frequenz-floss/frequenz-client-base-python/blob/v0.x.x/README.md#authorization-and-signing) for further details.
46
47
47
48
> **Security Note**
48
49
> Always keep your authentication key and signing secret secure. Do not hard-code them in your source code or share them publicly.
0 commit comments