Closed RoYaLBG closed 9 years ago
Create a core (#2) resource which retrieves data depending on given entity and database type.
For instance, the user sends to the resource mysql db and vendor entity, the response should be a json consisting all entries from vendors table in mysql
[{"Id":1,"Name":"Nokia"},{"Id":2,"Name":"samsung"},{"Id":3,"Name":"Lenovo"},{"Id":4,"Name":"Toshiba"},{"Id":5,"Name":"Kamenitza"},{"Id":6,"Name":"Becks"}]
Create a core (#2) resource which retrieves data depending on given entity and database type.
For instance, the user sends to the resource mysql db and vendor entity, the response should be a json consisting all entries from vendors table in mysql
Example data