All Projects → JakeWorrell → docodile

JakeWorrell / docodile

Licence: MIT license
Generate HTML API documentation from a Postman collection

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docodile

Docgen
Transform your postman collection to HTML/Markdown documentation
Stars: ✭ 498 (+690.48%)
Mutual labels:  api-documentation, postman-collection
postman-webex
Postman collections for Webex REST APIs
Stars: ✭ 97 (+53.97%)
Mutual labels:  postman-collection
MDSL-Specification
A domain-specific language to specify (micro-)service contracts, data representations and endpoints.
Stars: ✭ 35 (-44.44%)
Mutual labels:  api-documentation
mattermost-api-reference
Mattermost API reference documentation.
Stars: ✭ 74 (+17.46%)
Mutual labels:  api-documentation
apiguardian
@API Guardian
Stars: ✭ 153 (+142.86%)
Mutual labels:  api-documentation
go-slate
A CLI tool to generate API documentation using Slate layout by Robert Lord
Stars: ✭ 19 (-69.84%)
Mutual labels:  api-documentation
apitest
this is a tool for testing Laravel REST API
Stars: ✭ 11 (-82.54%)
Mutual labels:  api-documentation
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+109.52%)
Mutual labels:  api-documentation
nei-toolkit
NEI 接口文档管理平台配套自动化工具
Stars: ✭ 814 (+1192.06%)
Mutual labels:  api-documentation
restdocs-spec
A maven plugin for generating Open API and Postman Collection specifications using Spring Restdocs.
Stars: ✭ 43 (-31.75%)
Mutual labels:  api-documentation
protean
Evolve your RESTful API's and Web Services
Stars: ✭ 31 (-50.79%)
Mutual labels:  api-documentation
nei
NEI 接口管理平台 源代码
Stars: ✭ 308 (+388.89%)
Mutual labels:  api-documentation
trade-opskins-api
API docs for trade.opskins.com
Stars: ✭ 44 (-30.16%)
Mutual labels:  api-documentation
liuye
柳叶清单开放 API 文档
Stars: ✭ 32 (-49.21%)
Mutual labels:  api-documentation
platform
Apinf - Open source API management platform with multi proxy and protocol support
Stars: ✭ 69 (+9.52%)
Mutual labels:  api-documentation
postman-to-k6
Converts Postman collections to k6 script code
Stars: ✭ 269 (+326.98%)
Mutual labels:  postman-collection
csharp-docs-generator
An action that generates html documentation for C# programs to use for GitHub pages.
Stars: ✭ 21 (-66.67%)
Mutual labels:  api-documentation
API-Portal
API Portal lets you create and publish a customized site with API documentation, for free and without writing any code.
Stars: ✭ 162 (+157.14%)
Mutual labels:  api-documentation
swagger-rb
Swagger parser for Ruby (WARNING: see issue #19)
Stars: ✭ 38 (-39.68%)
Mutual labels:  api-documentation
ad integration
Documentação para a Importação de Anúncios (API, JSON e XML) da OLX Brasil
Stars: ✭ 36 (-42.86%)
Mutual labels:  api-documentation

docodile

Generate HTML API documentation from a Postman collection

Code is terrible at the moment

Usage

Don't forget to run a composer install first

./docodile generate /path/to/postman/collection.json /my/output/directory

if /my/output/directory already exists the process will exit as continuing will delete that directory completely. --force will force deletion

--url: add option for url. e.g. "http://helloworld.com"

Theming

Docodile now supports switching of themes from bootswatch (https://bootswatch.com/3/) and highlightjs' bundled styles (https://highlightjs.org/)

For example: ./docodile generate ../core/webservice/docs/Core.json.postman_collection output --force -blumen -jgruvbox-light this will use the lumen theme for the overall css and the gruvbox-light style for all syntax highlighting

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].