Added groups and organizations
This commit is contained in:
12
attractsdk/groups.py
Normal file
12
attractsdk/groups.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .resource import List
|
||||
from .resource import Find
|
||||
from .resource import Create
|
||||
from .resource import Post
|
||||
from .resource import Update
|
||||
from .resource import Delete
|
||||
|
||||
|
||||
class Group(List, Find, Create, Post, Update, Delete):
|
||||
"""Group class wrapping the REST nodes endpoint
|
||||
"""
|
||||
path = "groups"
|
||||
Reference in New Issue
Block a user