Validate a .dench.app folder: manifest, permissions, and every window.dench call it makes
curl --request POST \
--url https://www.dench.com/api/v1/local/apps/validateconst options = {method: 'POST'};
fetch('https://www.dench.com/api/v1/local/apps/validate', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://www.dench.com/api/v1/local/apps/validate"
response = requests.post(url)
print(response.text){
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}{
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}{
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}{
"error": {
"message": "Validation reads the app folder on the caller's disk. In the browser, the same catalog is window.dench.api.operations().",
"type": "invalid_request_error",
"code": "local_only"
}
}{
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}apps
Validate a .dench.app folder: manifest, permissions, and every window.dench call it makes
Validate a .dench.app folder: manifest, permissions, and every window.dench call it makes.
POST
/
local
/
apps
/
validate
Validate a .dench.app folder: manifest, permissions, and every window.dench call it makes
curl --request POST \
--url https://www.dench.com/api/v1/local/apps/validateconst options = {method: 'POST'};
fetch('https://www.dench.com/api/v1/local/apps/validate', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://www.dench.com/api/v1/local/apps/validate"
response = requests.post(url)
print(response.text){
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}{
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}{
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}{
"error": {
"message": "Validation reads the app folder on the caller's disk. In the browser, the same catalog is window.dench.api.operations().",
"type": "invalid_request_error",
"code": "local_only"
}
}{
"error": {
"message": "<string>",
"type": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}Response
Invalid request
Show child attributes
Show child attributes