nodb

nodb

Database for your apps in 30 seconds via JSON API
1review
101followers
Visit website

What do people think of nodb?

The community submitted 1 review to tell us what they like about nodb, what nodb can do better, and more.
What do you think about nodb?
Leave a rating or review for the community
5/5All time (1 review)
1/5
Recently (0 reviews)

1 Review
Ismo Harjunmaa
Architect
1 review
All HTTP-methods except GET returns error message "Body must be of array type". I did just like it is in documentation curl -X POST https://api.nodb.sh/{app-name}/{... \ -d '[{ "foo": "bar" }]' The problem was on-site CLI screen that mess things. Using cURL from elsewhere works!
Share
Marko
You need to send array of objects in order to create entities. [{...}] Even if it's only one object. Plain objects are used for configs. https://docs.nodb.sh/docs/configs
Marko
Did you use your real app name? And environment name? And did you send access token? You can reach me on discord https://discord.gg/QBGH49Bcp7
Marko
Ok thanks, i'll look into the in-browser CLI.