RestServer
RestServer copied to clipboard
A PHP REST server for providing a very light-weight REST API.
I've added some methods to be able to automatically process arguments passed as URL queries which are essential in complex REST APIs
PHP can be configured to show errors when $this->map[$this->method] is called In this case, the user can see the name of the lib It shouldn't show it for security reason...
Absolutely love this. Fantastic for playing around and sketching out APIs. JSONP support is baked into jQuery and a few other libraries and seems fairly standardised around the notion that...
Hi, maybe the documentation is unclear not sure. However my put request is just not working. ``` /** * Marks a game as completed * * * @url PUT /game/end...
I knew that this day would come: Generating a map of the whole API and all its classes is quite cumbersome and isn't a good decision when it comes down...