oasislmf.cli.api¶
Classes¶
Issue API GET requests via the command line |
|
Run a model via the Oasis Platoform API end to end |
|
Run a model via the Oasis Platoform API end to end |
|
Run a model via the Oasis Platoform API end to end |
|
Delete items from the Platform API |
|
Download files from the Oasis Platoform API |
|
The base command to inherit from for each command. |
Module Contents¶
- class oasislmf.cli.api.ListApiCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisComputationCommand
Issue API GET requests via the command line
- class oasislmf.cli.api.RunApiCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisComputationCommand
Run a model via the Oasis Platoform API end to end
- class oasislmf.cli.api.RunInputApiCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisComputationCommand
Run a model via the Oasis Platoform API end to end
- class oasislmf.cli.api.RunLossApiCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisComputationCommand
Run a model via the Oasis Platoform API end to end
- class oasislmf.cli.api.DeleteApiCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisComputationCommand
Delete items from the Platform API
- class oasislmf.cli.api.GetApiCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisComputationCommand
Download files from the Oasis Platoform API
- class oasislmf.cli.api.ApiCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisBaseCommand
The base command to inherit from for each command.
2 additional arguments (
--verbose
and--config
) are added to the parser so that they are available for all commands.