Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.37 KB

File metadata and controls

71 lines (58 loc) · 3.37 KB

GET /badge/:type

Generate user metric badges.

Route Types

  • /badge/visitors
  • /badge/repositories
  • /badge/organization
  • /badge/languages
  • /badge/followers
  • /badge/total-stars
  • /badge/total-contributors
  • /badge/total-commits
  • /badge/total-code-reviews
  • /badge/total-issues
  • /badge/total-pull-requests
  • /badge/total-joined-years

Required Params

  • username

Optional Params

Param Description
theme Badge theme
customLabel Custom label text
labelColor Label text color
labelBackground Label background color
iconColor Icon color
valueColor Value text color
valueBackground Value background color
hideFrame Hide frame (true/false)
hideIcon Hide icon (true/false)

Demo Each Route Type

visitors repositories organization languages followers total-stars total-contributors total-commits total-code-reviews total-issues total-pull-requests total-joined-years

Demo Each Optional Param

Param Preview
theme theme
customLabel customLabel
labelColor labelColor
labelBackground labelBackground
iconColor iconColor
valueColor valueColor
valueBackground valueBackground
hideFrame hideFrame
hideIcon hideIcon

Combined Demos

combined-stars combined-followers combined-repositories