-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Feature]: Expand third party connectors #3615
Comments
Based on our initial discussion, we will begin by implementing the HTTP connector. In this phase, the connector will support a single operation for sending requests.
|
The connection initiation and request sending operations have been implemented with the following features. The connection is established using the following:
In the send request operation, the following inputs are taken:
Note: Currently, headers, path parameters, and query parameters accept a comma-separated list. However, once the feature from Issue #413 is available, we plan to switch to using that feature to handle these lists. |
As per the discussion we agreed to improve on following things
|
I implemented the following changes:
|
Last week summary.
|
Last week summary.
|
Last week summary.
|
Last week summary.
|
Last week summary.
|
Description
This feature involves implementing new connectors for key communication protocols. The identified connectors to be implemented are as follows:
Describe your problem(s)
No response
Describe your solution(s)
No response
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: