Skip to content

Commit 3bc30ea

Browse files
author
Tim Huff
committed
adding EdgeEndpoint API
1 parent a836653 commit 3bc30ea

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

sphinx_docs/models.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ SDK Client
99
:members:
1010
:special-members: __init__
1111

12+
Edge Endpoint API
13+
=====================
14+
15+
.. autoclass:: groundlight.edge.api.EdgeEndpointApi
16+
:members:
17+
1218
API Response Objects
1319
=====================
1420

src/groundlight/edge/api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ class EdgeEndpointApi:
1616
"""
1717
Namespace for operations that are specific to the Edge Endpoint,
1818
such as setting and getting the EdgeEndpoint configuration.
19+
20+
Currently only available through :class:`~groundlight.ExperimentalApi`. Accessed via the
21+
``edge`` attribute::
22+
23+
gl = ExperimentalApi()
24+
gl.edge.set_config(config)
1925
"""
2026

2127
def __init__(self, client) -> None:

0 commit comments

Comments
 (0)