Created
April 13, 2019 03:41
-
-
Save sanketsingh27/3ddea43c88758ef93d7155c9a1ed1d8f to your computer and use it in GitHub Desktop.
postman setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
after login change the auth token automaticlly | |
if(pm.response.code === 200){ | |
pm.environment.set('authToken',pm.response.json().token); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment