vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.96k stars 728 forks source link

How to use HTTPS rest api in sim800l? #410

Closed biswajitjei02 closed 4 years ago

biswajitjei02 commented 4 years ago

here is the example of HTTPS GET /POST as this data base shows please check https://firebase.google.com/docs/reference/rest/database.

how to ue https request using Tiny GSM library for data base .

SRGDamia1 commented 4 years ago

Based on #407 it seems someone else was able to help you out.

In general, though, this isn't the place to ask someone to write out code for you.

star297 commented 3 years ago

image

How to implement the RESTful API as shown on your web RREADME.md? Are there any examples for using GET, POST, PUT and DELETE as used with Firebase? Can this TinyGSM library actually handle the REST API functions?