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

Possibility to query and external service via Web API #728

Open
dtouzeau opened this issue Jun 4, 2024 · 0 comments
Open

Possibility to query and external service via Web API #728

dtouzeau opened this issue Jun 4, 2024 · 0 comments
Labels
feature request help wanted Extra attention is needed

Comments

@dtouzeau
Copy link

dtouzeau commented Jun 4, 2024

Hi, it could be cool to query API in order to be more flexible.
Possibility of adding a field by API return.
Enable real-time API REST querying of an external service and adding the response to the event provided by a json result with possibility to define a cache by the sent token

Example

transforms:
   api:
      url: "https://apiserver:8080/category/%s"
      header: "X-API-KEY: 123456"
      modifier: qname
      result: "id"
      field: "category-id"
      cache: 30s

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@dmachard dmachard added the help wanted Extra attention is needed label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants