jpventura / loopback-petstore

All your bases are belong to us
0 stars 1 forks source link

Example of how to map to Model CRUD #2

Open kjdelisle opened 6 years ago

kjdelisle commented 6 years ago

Overview

This should cover off the general strategy for mapping between the individual endpoints as defined by the Swagger specification in your datasource and a Model class of your own making.