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

Add API for badges #453

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Add API for badges #453

merged 1 commit into from
Oct 8, 2024

Conversation

Mark-Powers
Copy link
Contributor

@Mark-Powers Mark-Powers commented Sep 26, 2024

This will allow the new external trovi dashboard to integrate and use our authoritative badges.

Response structure:

{
  "badges": [
    {
      "name": "chameleon",
      "description": "for chameleon supported",
      "redirect_link": ""
    },
    {
      "name": "reproducible",
      "description": "repto badge",
      "redirect_link": ""
    }
  ],
  "artifact_badges": [
    {
      "artifact_uuid": "1",
      "badge": "chameleon"
    }
  ]
}

This will allow the trovi dashboard to integrate and use our
authoritative badges.
@Mark-Powers Mark-Powers marked this pull request as ready for review October 2, 2024 21:38
@Mark-Powers Mark-Powers requested a review from msherman64 October 2, 2024 21:39
Copy link
Contributor

@msherman64 msherman64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Mark-Powers Mark-Powers merged commit bee3f8f into master Oct 8, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants