The server that stores all shareable workspaces from Online-IDE NRW on a custom server (in our case on Hetzner Cloud).
yarn dev
yarn start
yarn build
yarn fix
yarn test
yarn build
yarn global add pm2
pm2 start ecosystem.config.js --env production
Example endpoint URL
https://json.openpatch.org/api/v2/post/
Example of binary
payload
1234567890
{
"id": "5633286537740288",
"data": "https://json.openpatch.org/api/v2/5633286537740288"
}
Example endpoint URL
https://json.openpatch.org/api/v2/5633286537740288
Example of binary response. If the id is found it will return the data. Otherwise 404.
1234567890