-
This issue has the purpose to describe the idea behind the **Anansi SDK** and discuss how the idea should be implemented in general lines.
**What's Anansi's SDK?**
The main objective by building an S…
-
It would be good to have promise support added to the project.
A possible implementation would be: if callback is not passed, then return the result via a Promise.
So instead of:
`MyCollect…
ajmas updated
4 years ago
-
this is my db:
```
{
"users": [],
"posts": []
}
```
then I create a user:
```
POST http://localhost:3000/users
{
"name": "aaa"
}
```
now db like this:
![image](https://user-…
-
Hello, I cannot authenticate in Google.
Even when I bypass the `OOB` issue, I am presented with this error:
`This app tried to access sensitive info in your google account. To keep your account …
-
Is it possible to increase counter on the server data, autonomously?
Something like
```
{
"counter": 0
}
setInterval(() => {db.counter = db.counter + 1}, 1000)
```
-
## Purpose
Currently, the to-do lists generated in the app's runtime are not persisted, hence lost when the app is refreshed. Integration with data stores is needed to persist the data and make it …
-
Hi,
I'd like to ask if it is possible for json server to return a response body when doing post?
I want to do a search using an id, Sample below:
My Request body:
{id: '1*'}
I want my post to return…
-
I am creating a new table eg "table_123"
I wont to add a new entry in the json like this
table_123 : []
So that I can use the url
http://localhost:3000/table_123
Currently when I am trying to do a …
-
Claim writer and channel watcher run in separate processes but access the same db. Did you find a solution for accessing the db from multiple processes? From the levelup docs:
> Stores like LevelDB…
-
## Add-ons for managing data and APIs
`Component` needs an easy way of importing, querying, saving, and syncing external data.
The benefits of easily managing external data:
- access large da…