Files
pillar-python-sdk/pillarsdk/organizations.py

9 lines
182 B
Python

from .resource import List
from .resource import Find
class Organization(List, Find):
"""Organization class wrapping the REST nodes endpoint
"""
path = "organizations"