09/04
2018
Provides api services
The package offers generic code for bootstrapping an API, (*1)
The package would provide a response object - we want to guarantee a consistent response - sending response should be easy, (*2)
The package would provide an exception handler - the handler should transform exceptions into responses, (*3)
The package should be able to log requests/responses - log request - log response - escape sensitive data, (*4)
The package should be able to configure the language of the api, (*5)