badges / buckler

Go library and CLI for making Shields-style badges (PNG)
http://buckler.repl.ca/
Other
300 stars 28 forks source link

implement status resolution w/ caching #20

Open chadwhitacre opened 10 years ago

chadwhitacre commented 10 years ago

Reticketed from https://github.com/gittip/shields.io/issues/84.

Currently we hit an HTTP backend to resolve a token such as (travis-ci, rails/rails) into (build, passing). This will need to be a well-documented API as it will be how we on-board third-party services.

chadwhitacre commented 10 years ago

@jbowes @nathany This is probably the biggest piece of work before we can switch. Should we talk about what's required here?