go-httpdoc icon indicating copy to clipboard operation
go-httpdoc copied to clipboard

Experimental: Support API Blueprint output

Open tcnksm opened this issue 8 years ago • 1 comments

This PR adds experimental support of API blueprint format output.

From .apib and https://github.com/subosito/snowboard, you can generate the following html documentation,

screen shot 2017-06-07 at 22 51 19

tcnksm avatar Jun 08 '17 06:06 tcnksm

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files           3        3           
  Lines         209      209           
=======================================
  Hits          207      207           
  Misses          2        2
Impacted Files Coverage Δ
httpdoc.go 100% <ø> (ø) :arrow_up:
template.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df39848...9981bea. Read the comment docs.

codecov-io avatar Jun 08 '17 06:06 codecov-io