Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 387 Bytes

USAGE.md

File metadata and controls

executable file
·
21 lines (17 loc) · 387 Bytes
import fabra
from fabra.models import operations

s = fabra.Fabra(
    security=shared.Security(
        api_key_auth="YOUR_API_KEY_HERE",
    ),
)

req = operations.GetNamespacesRequest(
    connection_id=548814,
)

res = s.connection.get_namespaces(req)

if res.namespaces is not None:
    # handle response