Google Sheets/MySQL Connector
DB CRUD Routes
Routes to simulate client operations with DB
POST/api/db/create | Add Data to DB
https://sarthakskumar-2.dunker-great.ts.net/api/db/create
Bodyraw (json)
PUT/api/db/update | Update Data in DB
https://sarthakskumar-2.dunker-great.ts.net/api/db/update
Bodyraw (json)
DELETE/api/db/delete | Delete Data in DB
https://sarthakskumar-2.dunker-great.ts.net/api/db/delete?item_id=ID-56789
PARAMS
item_id
Bodyraw (json)
POST/api/sheet | Update DB from Sheet
https://sarthakskumar-2.dunker-great.ts.net/api/sheet
Bodyraw (json)
Loading