Skip to content
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

[Enhancement] Add **extra_params To POST Router Commands #6253

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

deeleeramone
Copy link
Contributor

Relies on this chain: #6250

  1. Why?:

    • The purpose is to prevent unexpected keyword argument errors from POST functions, and to facilitate extension development that might require additional parameters that are unknown - visualizations, etc.
  2. What?:

    • Add **extra_params to each router function.

    • This should provide the same type of behaviour as provider router functions.

  3. Impact (1-2 sentences or a bullet point list):

    • Opens the functions to development/enhancement without needing to modify the router/extension directly.
  4. Testing Done:

@deeleeramone deeleeramone added enhancement Enhancement do not merge Label to prevent pull request merge platform OpenBB Platform extensions v4 PRs for v4 labels Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Label to prevent pull request merge enhancement Enhancement extensions platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant