UNPKG

ng-apimock

Version:

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

17 lines (14 loc) 276 B
{ "expression": "online\/rest\/some\/api\/pdf", "method": "GET", "name": "download", "responses": { "binary-download": { "default": true, "file": "test/mocks/test.pdf", "headers": { "Content-type": "application/pdf" } } } }