Skip to content

Package: taipy.rest

Taipy Rest

The Taipy Rest package exposes the Runnable Rest service to provide REST APIs on top of Taipy Core. (more details on Taipy Core functionalities in 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, pipelines, 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.