docs de la api de objenious

This commit is contained in:
2026-02-04 14:02:01 +01:00
parent 3c32e03c34
commit 6171959ce6
24 changed files with 1235 additions and 1 deletions

View 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
}