We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are you experiencing an issue with...
🪲 Description
I have developed a custom REST/json service
https://eaux-baignade-noumea.herokuapp.com/plages/5/shield
that sends back the following content :
{ "schemaVersion": 1, "label": "Plage De La Baie Des Citrons", "messsage": "Swim forbidden !", "color": "red" }
This looks like it matches the specs :
{ "schemaVersion": 1, "label": "hello", "message": "sweet world", "color": "orange" }
🔗 Link to the badge
When I use :
https://img.shields.io/badge/endpoint.svg?url=https://eaux-baignade-noumea.herokuapp.com/plages/5/shield
I get :
Invalid properties:message
Any idea what I did wrong please ?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
This is linked to #2838
Sorry, something went wrong.
Wait, I think I got it !
My mistake !!! Dummy typo : messsage instead of message 😿
messsage
message
No branches or pull requests
Are you experiencing an issue with...
🪲 Description
I have developed a custom REST/json service
https://eaux-baignade-noumea.herokuapp.com/plages/5/shield
that sends back the following content :
This looks like it matches the specs :
🔗 Link to the badge
When I use :
https://img.shields.io/badge/endpoint.svg?url=https://eaux-baignade-noumea.herokuapp.com/plages/5/shield
I get :
Any idea what I did wrong please ?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: