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

Project Badges API #452

Merged
merged 1 commit into from
Dec 26, 2018
Merged

Conversation

akashdotsrivastava
Copy link
Collaborator

Project Badges API:

  Gitlab.project_badges(project)
  Gitlab.project_badge(project, badge_id)
  Gitlab.add_project_badge(project, options = {})
  Gitlab.edit_project_badge(project, badge_id, options = {})
  Gitlab.remove_project_badge(project, badge_id)
  Gitlab.preview_project_badge(project, link_url, image_url)

closes #402

@NARKOZ NARKOZ merged commit f30a08c into NARKOZ:master Dec 26, 2018
@NARKOZ
Copy link
Owner

NARKOZ commented Dec 26, 2018

Thank you.

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.

Missing API calls to manage project badges
2 participants