projectal.entities.resource
View Source
from projectal.entity import Entity class Resource(Entity): """ Implementation of the [Resource](https://projectal.com/docs/latest/#tag/Resource) API. """ _path = 'resource' _name = 'RESOURCE'
View Source
class Resource(Entity): """ Implementation of the [Resource](https://projectal.com/docs/latest/#tag/Resource) API. """ _path = 'resource' _name = 'RESOURCE'
Implementation of the Resource API.
Inherited Members
- projectal.entity.Entity
- Entity
- get
- update
- delete
- create
- save
- clone
- history
- list
- match
- match_startswith
- match_endswith
- search
- query
- profile_get
- profile_set
- changes
- set_readonly
- builtins.dict
- setdefault
- pop
- popitem
- keys
- items
- values
- fromkeys
- clear
- copy