Skip to content

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 Extension-related 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 Extension-related platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant