https://github.com/camunda/camunda-api-tutorials
Tutorials for interacting with Camunda APIs
https://github.com/camunda/camunda-api-tutorials
Last synced: 9 months ago
JSON representation
Tutorials for interacting with Camunda APIs
- Host: GitHub
- URL: https://github.com/camunda/camunda-api-tutorials
- Owner: camunda
- License: mit
- Created: 2024-02-02T22:31:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T14:51:38.000Z (over 1 year ago)
- Last Synced: 2024-08-09T16:30:53.318Z (over 1 year ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camunda API Tutorials
This repository is a companion to the Camunda API tutorials in the Camunda documentation. It contains the framework for building a CLI to interact with Camunda APIs.
Visit [the Administration API tutorial](https://docs.camunda.io/apis-tools/administration-api/tutorial/) for step-by-step instructions on building a CLI with the framework provided in this repository.