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

Request/Reset Handler #9181

Open
rwatts3 opened this issue May 8, 2024 · 0 comments
Open

Request/Reset Handler #9181

rwatts3 opened this issue May 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rwatts3
Copy link

rwatts3 commented May 8, 2024

Short description and motivation for the proposed feature

Implement a generic api/request handler similar to the web handler that supports making http request to an api endpoint and returning the data.

This handler should function similar to how the current web handler functions with the ability to target rest endpoints.

Video or screenshots

No response

Describe some possible solutions

  1. The where clause can be used to specify the url and/or query parameters necessary for the endpoint
  2. Parameters can be used to specify basic auth or bearer token parameters if required, which would then be passed to the request python library
  3. Optionally a schema or shape of the expected payload could be passed as a parameter and used to shape the returned dataframe

Anything else?

No response

@rwatts3 rwatts3 added the enhancement New feature or request label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants