Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 427 Bytes

File metadata and controls

20 lines (15 loc) · 427 Bytes

Data Manipulation Service


Sample data in json format can be obtained from this repo.

Sample - 1: Fruit Shoping

sample

   { "id": 1,
    "productName": "Apple", 
    "price": 25, 
    "unit": 50 
   }

Get API