This directory contains sample Jupyter notebooks to demonstrate use of SAP CLOUD ALM APIs.
Notebook calm-project-task-api.ipynb
contains samples of the Projects and the Tasks API.
Note the prerequisites listed in that file. For the code in the notebook to work, you must provide your tenant information, and authentication data. This data belongs in a apidata.py file. Use the apidata_template.py as an example.
Notebook calm-project-task-2022-02-updates.ipynb
contains samples of new features added up to February 2022.
Notebook calm-requirements-api.ipynb
contains samples of listing, creating, updating, deleting (where possible) Requirement task types.
Notebook PmApiTest.ipynb
contains samples of manipulating project scopes.
Notebook calm-process-authoring-api-v1.ipynb
contains samples of manipulating custom processes.
Notebook calm-copy-template-project.ipynb
contains an example of copying a template project from one SAP Cloud ALM tenant to another.