Settings

Theme

Self-hosted API for CRUD-ing JSON data (for easy data storage)

github.com

3 points by tiempie 4 months ago · 1 comment

Reader

tiempieOP 4 months ago

Note, the API is written in GO and based on your JSON structure. So the example below is for CRUD-ing [key1][key2] in file.json. The value (which can be anything) is then added to the body of the request. Moreover, there are helper functions for appending and incrementing values. Great for personal projects!

  DELETE/PUT/GET: /api/file/key1/key2/...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection