mdasberg / ng-apimock

Node plugin that provides the ability to use scenario based api mocking: for local development for protractor testing
MIT License
99 stars 26 forks source link

record call for live api #73

Closed vlad-borsh closed 4 years ago

vlad-borsh commented 5 years ago

Can you add documentation for record calls for live api?

mdasberg commented 4 years ago

@vlad-borsh each ng-apimock client has the function recordRequests, which enables ng-apimock to record all api calls.

You can get the recordings using the function getRecordings or through the dev-interface recordings tab