sasctl.services.projects#
- class sasctl._services.projects.Projects[source]#
Bases:
Service
- classmethod delete_project(item)#
Delete a project instance.
- Parameters:
item
- Returns:
None
- classmethod get_project(item, refresh=False)#
Return a project instance.
- Parameters:
- Returns:
RestObj or None – A dictionary containing the project attributes or None.
Notes
If item is a complete representation of the project it will be returned unless refresh is set. This prevents unnecessary REST calls when data is already available on the client.