Easy API - Server-freeEasy API - Server-free
An easily accessible and powerful data storage area using Apps Script and Spread Sheets.Easy API - Server-free
An easily accessible and powerful data storage area using Apps Script and Spread Sheets.Frequently asked questions (FAQ)
Can I use it to save and recall information? Like a server API
Yes, it can. It can be visually edited, data can be added.
You can also use it to retrieve only the data you have added.
You can also use it to retrieve only the data you have added.
What is the type of result?
JSON type operation is done. You can send and receive your data as an array.
Sample:
Let's add a user.
post data:
{
data: ["Name", "Lastname"]
}
response:
{
status: true,
id: 123456789
}
If we want to read:
post data:
{
id: 123456789
}
response:
{
status: true,
data: ["Name", "Lastname]
}
Sample:
Let's add a user.
post data:
{
data: ["Name", "Lastname"]
}
response:
{
status: true,
id: 123456789
}
If we want to read:
post data:
{
id: 123456789
}
response:
{
status: true,
data: ["Name", "Lastname]
}
Free support
Future product updates
Quality checked by Codester
Lowest price guarantee
Not available
Future product updates
Quality checked by Codester
Lowest price guarantee
Information
Category | Scripts & Code / JavaScript / Miscellaneous |
First release | 27 April 2021 |
Last update | 11 May 2021 |
Tags | Database, API, data storage, apps script, easy api, nosql |