Add generic REST API passthrough handler#12413
Conversation
EntelligenceAI PR SummaryIntroduces a new
Confidence Score: 4/5 - Mostly SafeLikely safe but review recommended — the Key Findings:
Files requiring special attention
|
MinuraPunchihewa
left a comment
There was a problem hiding this comment.
This looks good to me. The only comment I would make is that it might make sense to include support for the other auth mechanisms, like username/password and API key. However, I think this can be tackled later in a separate PR.
Description
This PR adds a new rest_api handler that enables passthrough for any bearer-token API using just a base_url and bearer_token. No SQL tables needed for APIs mindsdb doesn't have a named handler for.
Fixes #issue_number
Type of change
(Please delete options that are not relevant)
Checklist: