🔧 chore(GetRequest.py): add timeout parameter to the GetRequest component for configurable request timeout

📝 docs(GetRequest.py): update component documentation to include information about the new timeout parameter
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-22 17:52:17 -03:00
commit c6fc60d4b2

View file

@ -23,6 +23,12 @@ class GetRequest(CustomComponent):
"info": "The headers to send with the request.",
},
"code": {"show": False},
"timeout": {
"display_name": "Timeout",
"field_type": "int",
"info": "The timeout to use for the request.",
"value": 5,
},
}
def get_document(