aphiria / api

[READ-ONLY] A library to build APIs using Aphiria
https://www.aphiria.com
MIT License
3 stars 3 forks source link

Incorporate Debug library exception handling into request handler #5

Closed davidbyoung closed 6 years ago

davidbyoung commented 6 years ago

The current Debug library needs to be reworked to function with content negotiation and the new HTTP library. It then needs to be taken advantage of in this project.

As a side note, we should consider if this library even makes sense to have outside of the API project at all. What does that get us? Is it truly reusable outside this library? These questions aren't rhetorical.

davidbyoung commented 6 years ago

Moved inside of the API project