#
Mission
#
Mission Statement
To build and design enterprise APIs with an emphasis on durability, efficiency, maintainability and re-usability.
#
Rules to live (code) by
Review Guiding Principles
#
Endpoint Naming Patterns
Our path naming pattern is based on starting with the controller (basically the type of data you are after in singular form, and after our standard api/version/ segments), followed by other path segments that further define the request.
A few GET examples;
#
MVC Architecture: