Search found 3 matches

by ondro1234
Mon Aug 05, 2024 1:44 pm
Forum: ESP RainMaker
Topic: Rainmaker dashboart rest API
Replies: 4
Views: 4121

Re: Rainmaker dashboart rest API

My goal was to create an app which can login, logout, get an info about devices/nodes, get/set their parameters and maybe to launch OTA.

I started to read a documentation from here: https://rainmaker.espressif.com/docs/api/ and REST APIs, Python APIs, Phone Apps looked almost the same.
by ondro1234
Fri Aug 02, 2024 8:04 am
Forum: ESP RainMaker
Topic: Rainmaker dashboart rest API
Replies: 4
Views: 4121

Re: Rainmaker dashboart rest API

Thank you for the fast reply. I had tried to log in without password because I used google account and there was a problem. I used verification code as access token which was a bad idea. Now I've tried again and it works correctly. If anybody is confused like me, here a short example: $ curl -X 'POS...
by ondro1234
Thu Aug 01, 2024 12:32 pm
Forum: ESP RainMaker
Topic: Rainmaker dashboart rest API
Replies: 4
Views: 4121

Rainmaker dashboart rest API

Hello, I tried to use rainmaker REST API in Swagger ( https://swaggerapis.rainmaker.espressif.com/ ) for communication with dashboard but it seems that it doesn't exist. I tried to launch the following command but I received html code which is exactly the same as I obtained from a web browser when I...