Last updated 1 year ago
Use this to get a user's rating for a dapp
GET /dapp/rate HTTP/1.1 Host: api-a.meroku.store Accept: */*
Successful Operation
{ "status": 1, "id": "text", "dappId": "text", "rating": 1, "comment": "text", "userId": "text", "userAddress": "text", "version": "text" }
Use this to register a rating from a user for a dApp
POST /dapp/rate HTTP/1.1 Host: api-a.meroku.store Content-Type: application/json Accept: */* Content-Length: 99 { "dappId": "text", "rating": 1, "comment": "text", "userId": "text", "userAddress": "text", "version": "text" }
successful operation