Abrar
Abrar
BRBuildShip + Rowy
Created by Abrar on 6/15/2024 in #❓・buildship-help
Logging witihin NodeLogic
thanks I did something similar, just thought there was a cleaner way of declaring the logger to global scope so don't have to pass it into each function in the script as a param
5 replies
BRBuildShip + Rowy
Created by Abrar on 5/19/2024 in #❓・buildship-help
query
addendum: I get the following error... "You can mark the path "vcf" as external to exclude it from the bundle, which will remove this error."
5 replies
BRBuildShip + Rowy
Created by Abrar on 5/1/2024 in #❓・buildship-help
Validating the existence of query string parameters
further more ... I have developed the following :
{
"key" : (await getSecret("openaustralia-key")),
"date" : ctx["root"]["request"]["query"].date ? ctx["root"]["request"]["query"].date : "",
"party" : ctx["root"]["request"]["query"].party ? ctx["root"]["request"]["query"].party : "",
"state" : ctx["root"]["request"]["query"].state ? ctx["root"]["request"]["query"].state : "",
"search" : ctx["root"]["request"]["query"].search ? ctx["root"]["request"]["query"].search : ""
}
{
"key" : (await getSecret("openaustralia-key")),
"date" : ctx["root"]["request"]["query"].date ? ctx["root"]["request"]["query"].date : "",
"party" : ctx["root"]["request"]["query"].party ? ctx["root"]["request"]["query"].party : "",
"state" : ctx["root"]["request"]["query"].state ? ctx["root"]["request"]["query"].state : "",
"search" : ctx["root"]["request"]["query"].search ? ctx["root"]["request"]["query"].search : ""
}
but is there a cleaner way?
6 replies
BRBuildShip + Rowy
Created by tinypellets on 4/3/2024 in #❓・buildship-help
Setting Content-Type in return node
No description
6 replies