UT-Projects / solace-backend

0 stars 0 forks source link

Create endpoint to get and update a document given table name and key #12

Open anshulmodh opened 3 years ago

anshulmodh commented 3 years ago

Solace-Backen

  1. Create GET endpoint; takes table name and UUID key, returns document
  2. CREATE UPDATE endpoint, takes table name, UUID key, param to edit, value to insert(if param not in doc, insert new)
  3. POST
  4. DELETE