Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery replaced by CheerioJS in Postman Sandbox #2

Open
saimemre opened this issue Feb 9, 2018 · 3 comments
Open

jQuery replaced by CheerioJS in Postman Sandbox #2

saimemre opened this issue Feb 9, 2018 · 3 comments

Comments

@saimemre
Copy link

saimemre commented Feb 9, 2018

Selamlar Lemi abi :)

Postman'in yeni sürümünde Jqueryi kaldırmışlar. Aşağıda da linkini paylaştım. cheerio.js e geçmişler.

http://blog.getpostman.com/2016/08/30/jquery-replaced-by-cheeriojs-in-postman-sandbox/

@nerginer
Copy link

nerginer commented Feb 3, 2019

Evet update gerekiyor.
Iyzico Api ogrenmek icin postman harika bir kaynak.

@MarlonJD
Copy link

global variable'lara bu şekilde eklerseniz
variable: CryptoJS
current_value: require('crypto-js')

ve Pre-Request Script'ten de

//import crypto-js sha1
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/sha1.min.js",
function()
{});
//import crypto-js base64
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/enc-base64.min.js",
function()
{});

bu şekilde silerseniz sıkıntısız çalıştırabilirsiniz

@ShopskaSalad
Copy link

CryptoJS, Postman ile birlikte geliyor artık https://postman-quick-reference-guide.readthedocs.io/en/latest/libraries.html.
İlgili güncelleme tarafımızda tamamlanmıştır.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants