All Projects → LucyBot-Inc → Documentation Starter

LucyBot-Inc / Documentation Starter

Licence: other
Interactive REST API Documentation

Projects that are alternatives of or similar to Documentation Starter

Flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
Stars: ✭ 2,825 (+1710.9%)
Mutual labels:  rest-api, openapi, api-documentation
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-47.44%)
Mutual labels:  rest-api, api-documentation
Swagger meqa
Auto generate and run tests using swagger/OpenAPI spec, no coding needed
Stars: ✭ 151 (-3.21%)
Mutual labels:  rest-api, openapi
Pretty Swag
Pretty UI for Swagger spec
Stars: ✭ 112 (-28.21%)
Mutual labels:  rest-api, api-documentation
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+616.67%)
Mutual labels:  rest-api, openapi
Flask Restplus Server Example
Real-life RESTful server example on Flask-RESTplus
Stars: ✭ 1,240 (+694.87%)
Mutual labels:  rest-api, openapi
Multicolour
🌈 Generate a REST API in minutes with almost any DB tech. 🌈
Stars: ✭ 104 (-33.33%)
Mutual labels:  rest-api, api-documentation
Molten Boilerplate
A boilerplate for the molten framework by Bogdanp https://github.com/Bogdanp/molten
Stars: ✭ 50 (-67.95%)
Mutual labels:  openapi, api-documentation
Grpc Gateway
The gRPC-Gateway is a plugin of the Google protocol buffers compiler protoc. It reads protobuf service definitions and generates a reverse-proxy server which translates a RESTful HTTP API into gRPC. This server is generated according to the google.api.http annotations in your service definitions.
Stars: ✭ 12,223 (+7735.26%)
Mutual labels:  rest-api, openapi
Openapi Python Client
Generate modern Python clients from OpenAPI
Stars: ✭ 126 (-19.23%)
Mutual labels:  rest-api, openapi
Angular Swagger Ui
An angularJS implementation of Swagger UI
Stars: ✭ 131 (-16.03%)
Mutual labels:  openapi, api-documentation
Springdoc Openapi
Library for OpenAPI 3 with spring-boot
Stars: ✭ 1,113 (+613.46%)
Mutual labels:  rest-api, openapi
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+6716.67%)
Mutual labels:  rest-api, openapi
Openapi Viewer
Browse and test a REST API described with the OpenAPI 3.0 Specification
Stars: ✭ 82 (-47.44%)
Mutual labels:  openapi, api-documentation
Rest Layer
REST Layer, Go (golang) REST API framework
Stars: ✭ 1,068 (+584.62%)
Mutual labels:  rest-api, api-documentation
Api2html
A CLI tool to transform Swagger/OpenAPI/AsyncAPI docs to beautiful HTML pages via Shins/Widdershins.
Stars: ✭ 103 (-33.97%)
Mutual labels:  openapi, api-documentation
Api Generator
Api Generator是一款可以自动解析Controller类抽取REST接口信息并自动上传YApi的IDEA插件。YApi好伴侣,从此维护文档再也不是事儿了!
Stars: ✭ 139 (-10.9%)
Mutual labels:  rest-api, api-documentation
Swagger Core
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
Stars: ✭ 6,898 (+4321.79%)
Mutual labels:  rest-api, openapi
Boilerplate Nodejs Swagger
A Node.js RESTful API application boilerplate with TypeScript, Docker, Koa, Swagger, Jest, and CircleCI
Stars: ✭ 21 (-86.54%)
Mutual labels:  rest-api, openapi
Openapi Cli Generator
Generate a CLI from an OpenAPI 3 specification
Stars: ✭ 121 (-22.44%)
Mutual labels:  rest-api, openapi

LucyBot Starter API Console

This is the default build for LucyBot's API Documentation. It can be used in non-commercial projects, or for demo purposes.

Check out the Pet Store demo

Commercial licenses and additional features are available at lucybot.com

Usage

Simply fork this repository and replace openapi.json with your OpenAPI specification.

git clone https://github.com/LucyBot-Inc/documentation-starter
cp /path/to/my/openapi.json documentation-starter/openapi.json

Have RAML, WADL, API Blueprint, or I/O Docs? Check out api-spec-converter

Serving

You can serve the website with any static HTTP server.

e.g. with http-server

npm install -g http-server
http-server ./documentation-starter

or with PHP:

php -S 0.0.0.0:80 -t ./documentation-starter

The easiest way to serve the documentation publicly is with GitHub pages: in your fork, visit the Settings page, and choose "master branch" as the source in the GitHub Pages section. You can also set a custom domain there.

You can also serve this directory with Apache, NodeJS Express, etc.

Customization

Title and Description

The API title and description are controlled by the info field in openapi.json. You can use Markdown in the description.

Themes

You can use your own Bootstrap theme to customize colors, fonts, sizes, and more. Just replace dist/bootstrap.css with your own bootstrap.css

You can generate a bootstrap.css file using:

More

The full commercial version offers several additional features:

  • Additional Markdown/HTML sections
  • Custom navbar and footer
  • Custom homepage
  • Event tracking
  • SEO (<meta> and <title> tags, sitemap.xml)
  • User authentication
  • Galleries for multiple APIs

For a full list of features available see lucybot.com

License

Creative Commons 4.0 - Non-commercial

For a commercial license, contact us

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].