Typescript library

Since I had quite a few projects involving mayan EDMS, and since I like javascript/typescript, I wrote a library to simplify accessing the Mayan EDMS API for js/ts developers.

you can use it like this:

npm install --save @rgwch/mayan_edms-api

More info on NPM and on Github: @rgwch/mayan_edms-api - npm

2 Likes

Thank you for sharing! Have you tried using the API with a bearer token in an OIDC setup? I never got this to work so I was just wondering if you have any experience with that?!

1 Like

Hello, I wanted to express my appreciation for your excellent project.

Thank you for creating a TypeScript API client for Mayan EDMS and sharing it publicly!

It will undoubtedly be a valuable resource for many people.

1 Like

No, I’m sorry. I’m using just the simple case of an in-house Archive for a small team, where it’s ok to use just passwords.

1 Like