Read and write to REST-enabled databases

Don’t want to futz with SQL?

Want to test the internal state of your database that isn’t exposed by your API?

See how to read and write to REST-enabled databases.

2 Likes

Great post, it shows an example of getting the equivalent of SELECT *, but can someone provide and example of how can we GET specific data displayed? (equivalent to SELECT columnA where columnB = value)