1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-24 03:49:29 +02:00
ferret/examples/non-200.fql

11 lines
191 B
Plaintext
Raw Normal View History

2021-03-05 08:08:28 -05:00
LET p = DOCUMENT('https://www.g2.com/categories', {
ignore: {
statusCodes: [
{
code: 403
}
]
}
})
RETURN p.response.statusCode