feat: add basic auth and query parameter parsing to OpenCodeService#15
feat: add basic auth and query parameter parsing to OpenCodeService#15ajoslin wants to merge 1 commit into
Conversation
Parse baseURL to extract basic authentication credentials and query parameters, automatically converting them to appropriate SDK options for seamless authentication. 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
|
How are you planning to add Basic Auth to your Opencode API? I believe they are not supported yet. Parsing credentials ( |
I’ve exposed it via an ngrok tunnel with basic auth. |
Don't want my codebase public. This adds parsing for the baseURL to extract basic authentication credentials and query parameters.