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:
![JTLReporter Badge](https://camo.githubusercontent.com/c38e31d15488e93745979c2dc81593279dc09fafd52c3c6400109f95236000c0/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666f722d7468652d626164676526636f6c6f723d626c75652675726c3d68747470733a2f2f676973742e67697468756275736572636f6e74656e742e636f6d2f7979616861762f36656331633038653038313336333536323362313164666339643165646461302f726177)
Beta Was this translation helpful? Give feedback.
All reactions