TeamLavoisier / DB-Apps

Database Applications Teamwork Project @SoftUni
0 stars 1 forks source link

[Core] Data retriever [1] #13

Closed RoYaLBG closed 9 years ago

RoYaLBG commented 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

Example data

[{"Id":1,"Name":"Nokia"},{"Id":2,"Name":"samsung"},{"Id":3,"Name":"Lenovo"},{"Id":4,"Name":"Toshiba"},{"Id":5,"Name":"Kamenitza"},{"Id":6,"Name":"Becks"}]