@varsityvibe/api-client
Advanced tools
+1
-1
| { | ||
| "name": "@varsityvibe/api-client", | ||
| "description": "API client for the Varsity Vibe web and mobile apps", | ||
| "version": "1.3.34", | ||
| "version": "1.3.35", | ||
| "author": "Tiaan du Plessis <tiaanduplessis@hotmail.com>", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -49,3 +49,7 @@ import client from '../utils/fetch-client' | ||
| return client.get(`/v3/merchant/${merchantId}/offers`, config) | ||
| }, | ||
| redeemDeal (id, apiKey) { | ||
| return client.put(`/v2/deals/${id}/redeem?api_key=${apiKey}` | ||
| ) | ||
| } | ||
| } |
205552
0.05%4915
0.08%