Updated Connector Proxy in 5 mins (markdown)

jbirddog 2024-01-22 12:44:16 -05:00
parent 9c798d2a4e
commit 904facd839
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@
1. Isolated Python packages that conform to a pre-defined protocol
1. Do the "actual work" of talking to an external system
1. Use data provided by the Connector Proxy to form the needed request
1. Make the request using the required protocol (HTTPS/FTP/Gopher/Fax/OS System Calls/docker run)
1. Make the request using the required protocol/sdk (xero-sdk/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. [xero](https://github.com/status-im/spiffworkflow-connector/blob/master/connectors/connector-xero/connector_xero/commands/createInvoice.py)