All Projects → Cimpress → Swagger Ui Cimpress

Cimpress / Swagger Ui Cimpress

Licence: other
A swagger-ui fork with an easy to read, responsive three pane view.

Projects that are alternatives of or similar to Swagger Ui Cimpress

Swagger Ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
Stars: ✭ 21,279 (+66396.88%)
Mutual labels:  swagger, swagger-ui
Appleevents
The unofficial Apple Events app for macOS
Stars: ✭ 831 (+2496.88%)
Mutual labels:  developer-tools, developer-experience
Swagger Ui Themes
💥 A collection of css themes to spice up your Swagger docs
Stars: ✭ 470 (+1368.75%)
Mutual labels:  swagger, swagger-ui
Aspnetcore Webapi Course
Professional REST API design with ASP.NET Core 3.1 WebAPI
Stars: ✭ 323 (+909.38%)
Mutual labels:  swagger, swagger-ui
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+123612.5%)
Mutual labels:  swagger, swagger-ui
Hukum
An NPM module that displays Github Action progress in the terminal and aims to improve your development experience by printing status in realtime.
Stars: ✭ 375 (+1071.88%)
Mutual labels:  developer-tools, developer-experience
Conferences.digital
👨‍💻Watch the latest and greatest conference videos on your Mac
Stars: ✭ 751 (+2246.88%)
Mutual labels:  developer-tools, developer-experience
platform
Apinf - Open source API management platform with multi proxy and protocol support
Stars: ✭ 69 (+115.63%)
Mutual labels:  swagger-ui, developer-experience
Spark Swagger
Spark (http://sparkjava.com/) support for Swagger (https://swagger.io/)
Stars: ✭ 25 (-21.87%)
Mutual labels:  swagger, swagger-ui
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-43.75%)
Mutual labels:  swagger, swagger-ui
Hela
🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. ✨ You can think of it as Cargo for the JavaScript ecosystem.
Stars: ✭ 320 (+900%)
Mutual labels:  developer-tools, developer-experience
Majestic
⚡ Zero config GUI for Jest
Stars: ✭ 7,261 (+22590.63%)
Mutual labels:  developer-tools, developer-experience
Swaggerlume
Lumen swagger
Stars: ✭ 277 (+765.63%)
Mutual labels:  swagger, swagger-ui
Rapidoc
RapiDoc - Custom-Element for OpenAPI Spec
Stars: ✭ 444 (+1287.5%)
Mutual labels:  swagger, swagger-ui
echoswagger
Swagger UI generator for Echo framework
Stars: ✭ 34 (+6.25%)
Mutual labels:  swagger, swagger-ui
Apicurio Studio
Open Source API Design
Stars: ✭ 638 (+1893.75%)
Mutual labels:  swagger, developer-tools
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (+593.75%)
Mutual labels:  swagger, swagger-ui
Flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
Stars: ✭ 2,825 (+8728.13%)
Mutual labels:  swagger, swagger-ui
Django Ninja
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
Stars: ✭ 875 (+2634.38%)
Mutual labels:  swagger, swagger-ui
Spring Boot Elasticsearch Lire Docker
Spring-boot+ElasticSearch+LIRE+SwaggerUI RESTful.
Stars: ✭ 7 (-78.12%)
Mutual labels:  swagger, swagger-ui

screenshot

swagger-ui-cimpress

Build Status NPM version

A swagger-ui fork with an easy to read, responsive three pane view. Used on https://developer.cimpress.io.

Swagger UI uses client-side Javascript (jQuery + Backbone) to download a swagger.json resource and make "Try It" requests to the described endpoints. You can learn more about the swagger-ui project at the upstream source: https://github.com/swagger-api/swagger-ui

Acknowledgement

This is a fork of https://github.com/jensoleg/swagger-ui which is a fork of https://github.com/swagger-api/swagger-ui. There are many differences, including the build process and test definitions.

Developers

Cimpress employees can deploy builds to Cimpress Open, but first it’s necessary to setup credentials.

# Install aws-cli and configure credentials to right AWS account
# For more info, see https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html
$ pip install awsebcli --upgrade
$ aws configure

# Build the project
$ yarn run build

# Deploy to 'integration', 'staging', or 'production'
$ yarn run deploy:integration
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].