|
|
|
|
|
by sauerbraten
4782 days ago
|
|
Shameless plug: I wrote a package that exposes a CRUD JSON API on top of a backend interface ("Storage") which you implement yourself; so if your API fits the CRUD principle it could be worth to look at: https://github.com/sauerbraten/crudapi You could also use it to implement CRUD parts of your API and define your own handlers for more complex API parts. |
|