docs de la api de objenious
This commit is contained in:
22
docs/sim-objenious/Get js script.bru
Normal file
22
docs/sim-objenious/Get js script.bru
Normal file
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Get js script
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://cdnjs.cloudflare.com/ajax/libs/jsrsasign/8.0.20/jsrsasign-all-min.js
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
script:post-response {
|
||||
test("get response", function () {
|
||||
bru.setGlobalEnvVar("jsrsasign-js", JSON.stringify(res.getBody()));
|
||||
});
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user