Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Zeebe REST API #4650

Merged
merged 15 commits into from
Dec 17, 2024
2 changes: 0 additions & 2 deletions api/generate-api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ const { execSync } = require("child_process");

// More strategies to come, for other APIs.
const operate = require("./operate/generation-strategy");
const zeebe = require("./zeebe/generation-strategy");
const tasklist = require("./tasklist/generation-strategy");
const consolesm = require("./console-sm/generation-strategy");
const camunda = require("./camunda/generation-strategy");
const apiStrategies = {
operate,
zeebe,
tasklist,
consolesm,
camunda,
Expand Down
49 changes: 0 additions & 49 deletions api/zeebe/generation-strategy.js

This file was deleted.

Loading
Loading