-
Notifications
You must be signed in to change notification settings - Fork 0
API Structure
Anthony G. Rivera Cosme edited this page Jul 5, 2022
·
2 revisions
OneLine framework helps standardize the api with few models and services.
OneLine Tool creates a fully working restful service with the basic api workflow separated in 3 main layers:
- Database Context -> This object is the gateway to our database and entities.
- Controllers -> The controllers are the security layer of the api and calls a repository.
- Repositories -> The repositories are the layer to store business logic and execute logical transaction to the entities.