Skip to main content

Using mondacy code features from non javascript language

  • April 27, 2024
  • 4 replies
  • 205 views

Hello everyone,

So, I’m reading through the docs (specifically for the storage, but my question stands for queues, etc.) and I see a bunch of examples of how to use storage with javascript sdk. But is there a way to use that from a backend written in a different language? Swagger/postman collection would be very helpful. Thanks.

4 replies

gregra
Forum|alt.badge.img
  • Leader
  • April 30, 2024

Hi @dmvv,
We’re currently working on such a capability - to generate a swagger and SDKs in different languages out of it. I’m curious - what language are you using to build your apps?


  • Author
  • New Participant
  • May 1, 2024

Hello, @gregra

Thank you for your reply, will be waiting for the update.

As to your question - I intended to use .NET, simply because that’s what I am most proficient at. But I also see myself using Python given the circumstances.


gregra
Forum|alt.badge.img
  • Leader
  • May 1, 2024

Alright, sounds good. BTW, did you have a chance to use our .NET hello monday code?


  • Author
  • New Participant
  • May 1, 2024

I did. It is super convenient. That’s why I was looking for the way to use all monday code has to offer from .NET