ComputerScienceHouse / WebDrink-2.0

Rewrite of CSH WebDrink. Includes updated interface and new API.
https://webdrink.csh.rit.edu
10 stars 6 forks source link

Add manual url parsing to allow pretty API urls; get rid of the .htaccess rewrite rule #39

Closed bencentra closed 10 years ago

bencentra commented 10 years ago

It never worked on CSH systems, and after some up/down/sidegrades it doesn't work at all, causing Apache to return only 400 errors for anything in /api. Just do it manually, it won't be that hard.

bencentra commented 10 years ago

Closing, not actually very easy. Proper RESTful URLs are a part of CodeIgniter REST, so this will be a part of https://github.com/bencentra/WebDrink-2.0/issues/46.