Skip to content

Taipy Rest

The Taipy Rest package exposes the Runnable Rest service to expose REST APIs on top of Taipy Core functionalities, in particular the scenario and data management. (more details on the user manual).

Once the Rest service runs, users can call REST APIs to create, read, update, submit and remove Taipy entities (including cycles, scenarios, sequences, tasks, jobs, and data nodes). It is handy when it comes to integrating a Taipy application in a more complex IT ecosystem.

Please refer to REST API page to get the exhaustive list of available APIs.

Classes

  • Rest: Runnable Rest application serving REST APIs on top of Taipy Core functionalities.