We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2997fa1 commit 30a3327Copy full SHA for 30a3327
grafana_client/api.py
@@ -53,6 +53,7 @@
53
AsyncTeams,
54
AsyncUser,
55
AsyncUsers,
56
+ AsyncLibraryElement,
57
)
58
from .util import as_bool
59
@@ -235,6 +236,7 @@ def __init__(
235
236
self.notifications = AsyncNotifications(self.client)
237
self.plugin = AsyncPlugin(self.client)
238
self.serviceaccount = AsyncServiceAccount(self.client)
239
+ self.libraryelement = AsyncLibraryElement(self.client, self)
240
241
self._grafana_info = None
242
0 commit comments