Rate
Last updated
Last updated
GET /dapp/rate?dappId=text HTTP/1.1
Host: api-a.meroku.store
Accept: */*
{
"status": 1,
"id": "text",
"dappId": "text",
"rating": 1,
"comment": "text",
"userId": "text",
"userAddress": "text",
"version": "text"
}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"
}{
"status": 1,
"id": "text",
"dappId": "text",
"rating": 1,
"comment": "text",
"userId": "text",
"userAddress": "text",
"version": "text"
}