Toxantron / scrumonline

PHP web app for planning poker
https://www.scrumpoker.online
Apache License 2.0
399 stars 286 forks source link

True REST API #24

Closed Toxantron closed 7 years ago

Toxantron commented 8 years ago

The current api.php script should use mod_rewrite to use a full REST API like:

api/session/list

instead of

api.php?c=session&m=list
Toxantron commented 7 years ago

As documented here this has been completed.