Updated Connector Proxy in 5 mins (markdown)

jbirddog 2024-01-22 12:33:46 -05:00
parent 207c6ea98c
commit 9c798d2a4e
1 changed files with 3 additions and 3 deletions

@ -29,11 +29,11 @@
1. Make the request using the required protocol (HTTPS/FTP/Gopher/Fax/OS System Calls/docker run)
1. Use the result to form a response that can be returned through the Connector Proxy
1. Examples
1. [smtp](https://github.com/sartography/connector-smtp/blob/main/src/connector_smtp/commands/send_email.py)
1. [http](https://github.com/sartography/connector-http/blob/main/src/connector_http/commands/get_request.py)
1. [aws](https://github.com/sartography/connector-aws/blob/main/src/connector_aws/commands/uploadFile.py)
1. [xero](https://github.com/status-im/spiffworkflow-connector/blob/master/connectors/connector-xero/connector_xero/commands/createInvoice.py)
1. [waku](https://github.com/status-im/spiffworkflow-connector/blob/master/connectors/connector-waku/connector_waku/commands/sendMessage.py)
1. [aws](https://github.com/sartography/connector-aws/blob/main/src/connector_aws/commands/uploadFile.py)
1. [smtp](https://github.com/sartography/connector-smtp/blob/main/src/connector_smtp/commands/send_email.py)
1. [http](https://github.com/sartography/connector-http/blob/main/src/connector_http/commands/get_request.py)
## External Contributions More Than Welcome