Camunda resources in typescript

My client is working with Camunda back-end service.
I am using it according to the apis defined here: https://docs.camunda.org/manual/7.5/reference/rest/
I am wondering if there is implemented typescript lib with Camunda request and response resources, like task, history, activity…

Hi @Diana_Stoliar,

There is a Javascript SDK for access to the REST API available here: https://github.com/camunda/camunda-bpm-sdk-js

There is no official project that uses Typescript, but maybe someone in the community has something like that.

Cheers,
Thorben

Ok, great, thanks.
I will d.ts what I need from there.

Hello,

For Typescript, we have this project : https://github.com/VilledeMontreal/workit
Perhaps, you will find it useful!

1 Like