Gscript
simple framework with google script
Install / Use
/learn @titounnes/GscriptREADME
titoFramework
simple framework with google script
Method : post
param
* route : books/put (insert/update)
* id: [alphanumeric|min_length[5]|max_length[20]|required]
* title: [alphanumeric|min_length[3]|max_length[50]|required]
* author : [alphanumeric|min_length[3]|max_length[50]|required]
param
* route : books/delete (soft delete)
* id : [alphanumeric]
Method : get
param
* route : books (get books by id)
* id : [alphanumeric]
param
* route : books (get all some books)
* offset : [int]
* limit : [int]
Explanation
This application using google sheet as database
TO Do List
- Authentication
- telegram bot
- pagination
- enganced validation with another option like strong pasword, unique key, email etc.
