graphjs / graphjs-server

Server-side components of GraphJS at https://github.com/phonetworks/graphjs
https://graphjs.com
MIT License
47 stars 25 forks source link

Transform calls to more HTTP verbs #60

Open esokullu opened 5 years ago

esokullu commented 5 years ago

like POST, PATCH and rename all public functions accordingly.

We already have one POST; see function post of BlogController in master branch. This will show you how it works with this library.

Todo list should be as follows