Skip to main content

Where can i find "App Storage API endpoints" and any sample code in java using it

  • July 11, 2024
  • 3 replies
  • 172 views

I wanted to use monday code for app development and using java springboot framework.
On page Deployment process it is mentioned that

If you’re not using NodeJS, here are some tips:

  • Secure storage (used for storing private information) is not supported.
  • Use our App Storage API endpoints to store application data.
  • monday code will capture all messages logged to stdout. Generate logs with the library of your choice.

My Question is, where can i find this “App Storage API endpoint” Do we have any sample code using it?

Thanks
Shiv

3 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • August 6, 2024

Hello there @Shivprasad,

Here are the articles for this (it refers to this):


  • Author
  • New Participant
  • August 6, 2024

Thanks @Matias.Monday ,
Thanks for reply.
Seems that we do not have any sdk for java. As I am planning to use java springboot for app development. I can access these end points only using javascript sdk or python sdk. please correct if wrong.

Thanks
Shiv


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • August 11, 2024

Hello again @Shivprasad,

I checked this with our team and they said:

Our SDK is supported in NodeJS and Python.

However, the underlying infrastructure of monday code supports other frameworks and languages. If you’re not using one of those two, here are some tips:

  • Secure storage (used for storing private information) is not supported.
  • Use our App Storage to store application data.
  • monday code will capture all messages logged to stdout. Generate logs with the library of your choice.