1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

update README

This commit is contained in:
Rene Schallner 2023-01-15 02:45:59 +01:00
parent cb2c3ab74b
commit d2752ce34e

View file

@ -31,7 +31,7 @@ Here's what works:
- **[endpoints](examples/endpoints/)**: a simple JSON REST API example featuring - **[endpoints](examples/endpoints/)**: a simple JSON REST API example featuring
a `/users` endpoint for PUTting/DELETE-ing/GET-ting/POST-ing users and a a `/users` endpoint for PUTting/DELETE-ing/GET-ting/POST-ing users and a
`/list` endpoint returning the entire user list on GET, together with a static `/list` endpoint returning the entire user list on GET, together with a static
HTML frontend to play around with. HTML and JavaScript frontend to play around with.
I'll continue wrapping more of facil.io's functionality and adding stuff to zap I'll continue wrapping more of facil.io's functionality and adding stuff to zap
to a point where I can use it as the JSON REST API backend for real research to a point where I can use it as the JSON REST API backend for real research