UNPKG

ng-apimock

Version:

Node plugin that provides the ability to use scenario based api mocking of angular apps

18 lines (15 loc) 268 B
{ "expression": "online\/rest\/some\/api\/.*\/and\/.*", "method": "POST", "body": "thing two", "name": "insert", "responses": { "successful": { "status": 200, "default": true, "data": { "some": "thing two" } } } }