gitbook-plugin-http-verb
v0.0.12
Published
gitbook plugin for a styled http verb display
Downloads
7
Maintainers
Readme
GitBook Http Verb Plugin
Add Plugin
book.json
{
"plugins": ["http-verb"]
}
then run
$ gitbook install
Configure (Optional Step)
book.json
"pluginsConfig": {
"http-verb":{
"styles": {
"get": {
"background": "#fff"
}
},
}
}
Config Options:
| Option | Description |
| ------------- | ------------- |
| styles {object} default: null
| an object map of styles for each http verb. see example above on how to define. |
Template
Args
httpverb
takes an optional named/unnamed argument:
verb
(string
): the http verb to display . eg.get
,put
and other http verbs. Default:get
examples:
Sample output
Pull requests are welcome