#static-website #postman #collection #documentation #back-end #interactive #publish

bin+lib backpub

Publish your backend documentation from a Postman Collection as a static website with an interactive API

2 releases

0.1.1 Dec 24, 2021
0.1.0 Dec 24, 2021

#8 in #postman

MIT license

27KB
464 lines

Backpub

Currently in experimentation phase

Intro

Publish your backend documentation from a Postman Collection as a static website with an interactive API.

Static Site

Uses Svelte, TailwindCSS and Vite to generate the website and allow for hot reloading, folders and requests have classes applied to them, and the styling is controlled for the classes via Tailwind directives in the app.css file.

Configuration

config.yaml at the root of this repo can be changed to allow retrieval of remote Postman collections via the Postman API e.g.

Get your Postman API key

Get your collection ID by clicking the three dots next to its name and clicking settings

collection_from_api: true
postman_api_key: "XXXXX-XXXXX-XXXXX-XXXX"
collection_id: "XXXXXXX-XXXXXXXXX-XXXXXXXXX-XXXXXX"

You can override the base config.yaml by putting a new file in your config folder:

Linux

Path

$XDG_CONFIG_HOME/backpub/config.yaml or $HOME/.config/backpub/config.yaml

Example

/home/alice/.config/backpub/config.yaml

MacOS

Path

$HOME/Library/Application Support/backpub/config.yaml

Example

/Users/Alice/Library/Application Support/backpub/config.yaml

Windows

Path

{FOLDERID_RoamingAppData}\backpub\config.yaml

Example

C:\Users\Alice\AppData\Roaming\backpub\config.yaml

Dependencies

~6–20MB
~304K SLoC