Replies: 1 comment 8 replies
-
Hi @yyahav To have it return the response in the required format, there would be changes needed of course. My first thought would be to reuse the scenario trends endpoint https://github.com/ludeknovy/jtl-reporter-be/blob/master/src/server/controllers/scenario/trends/get-scenario-trends-controller.ts#L11 Actually, does the schields.io support auth headers? Without it, it's not going to work. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be nice if I could pull data from the
/scenarios/<scenario_name>
endpoint using the API, such as:To be used with
img.shields.io/endpoint
to display a badge in README.md.Example
Required JSON Endpoint Response (according to
shields.io
)I wouldn't mind contributing and open PR for that, I just need someone to point me in the right direction to the API and project admin settings.
Here's a badge example with the JTLReporter logo:
Beta Was this translation helpful? Give feedback.
All reactions