Options for DashboardAPI()?

tcs
New here

Options for DashboardAPI()?

Where do I find the list of options for DashboardAPI()? Looking in https://developer.cisco.com/meraki/api-v1/ doesn't show the options. I am initially looking to disable logging to stdout. However, I'd also like to understand the options for handling the API key. Thanks!

2 Replies 2
tcs
New here

I found one location: the source code under .../pyenv/lib/python3.8/site-packages/meraki

The file __init__.py contains a comment that lists the options. But I'd still like to find the docs that describe the options.

That is not actually part of the DashboardAPI, but is actually part of the Python SDK.  What you found are the docs essentially, there is no SDK specific documentation that I am aware of.  The specific flag you are looking for is 'suppress_logging'.

Get notified when there are additional replies to this discussion.