projectal.entities.skill
View Source
from projectal.entity import Entity class Skill(Entity): """ Implementation of the [Skill](https://projectal.com/docs/latest/#tag/Skill) API. """ _path = 'skill' _name = 'SKILL'
View Source
class Skill(Entity): """ Implementation of the [Skill](https://projectal.com/docs/latest/#tag/Skill) API. """ _path = 'skill' _name = 'SKILL'
Implementation of the Skill 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