Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vitaliiSmokov/f13005be726e0f5906fb36291d7985f3 to your computer and use it in GitHub Desktop.
Save vitaliiSmokov/f13005be726e0f5906fb36291d7985f3 to your computer and use it in GitHub Desktop.
pm.sendRequest({
url: environment.host + "url" + environment.a_signup + "url",
method: 'GET',
}, function(err, response) {
//запись в переменную ответа
var code = response.json();
//копирование в переменную код юзера
pm.environment.set("code_signup", code.code);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment