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

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

Hello there @Shivprasad,

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

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

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.