Development
- class jelastic.api.development.Development(session: Session, token: str, debug: bool = False, ruk: str | None = None)[source]
Bases:
ClientAbstract
- property Applications: _Applications
Service Management applications. Used to create new applications and settings.
>>> from jelastic import Jelastic >>> jelastic = Jelastic('https://app.xapp.cloudmydc.com', token='d6f4e314a5b5fefd164995169f28ae32d987704f') >>> jelastic.development.Applications
Ref: https://docs.jelastic.com/api/private/#!/api/development.Applications
- property Scripting: _Scripting
Service Management applications. Used to create new applications and settings.
>>> from jelastic import Jelastic >>> jelastic = Jelastic('https://app.xapp.cloudmydc.com', token='d6f4e314a5b5fefd164995169f28ae32d987704f') >>> jelastic.development.Scripting
Ref: https://docs.jelastic.com/api/private/#!/api/development.Scripting
Service Management applications. Used to create new applications and settings.
Ref: https://docs.jelastic.com/api/private/#!/api/development.Applications
Ref: https://docs.jelastic.com/api/private/#!/api/development.Scripting