Slim-Extras icon indicating copy to clipboard operation
Slim-Extras copied to clipboard

API Middleware

Open montanaflynn opened this issue 11 years ago • 1 comments

I made a small API middleware class to send errors for missing endpoints and circumvent the 404 page. A few other things are planned as well. Cheers!

montanaflynn avatar Mar 11 '13 00:03 montanaflynn

That only handles jsonp callback functions, and I referenced it in a commit.

Mine enures routes and bypasses slims 404 page. Anyways I use this as a starting template for my APIs and thought it would be useful for others as well. The catch all route was exceedingly hard to find documented.

montanaflynn avatar Mar 27 '13 22:03 montanaflynn