All Projects → luckymarmot → Paw Swaggerimporter

luckymarmot / Paw Swaggerimporter

Licence: mit
Swagger/OpenAPI 2.0 Importer for Paw

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Paw Swaggerimporter

Swagger2
Loading, parsing and validating requests to HTTP services based on Swagger v2.0 documents
Stars: ✭ 20 (-41.18%)
Mutual labels:  swagger, openapi
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+2344.12%)
Mutual labels:  swagger, openapi
Schemathesis
A modern API testing tool for web applications built with Open API and GraphQL specifications.
Stars: ✭ 768 (+2158.82%)
Mutual labels:  swagger, openapi
Widdershins
OpenAPI / Swagger, AsyncAPI & Semoasa definitions to (re)Slate compatible markdown
Stars: ✭ 856 (+2417.65%)
Mutual labels:  swagger, openapi
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+116335.29%)
Mutual labels:  swagger, openapi
Kin Openapi
OpenAPI 3.0 implementation for Go (parsing, converting, validation, and more)
Stars: ✭ 776 (+2182.35%)
Mutual labels:  swagger, openapi
Swagger Core
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
Stars: ✭ 6,898 (+20188.24%)
Mutual labels:  swagger, openapi
Angular Springboot Rest Jwt
Springboot, Angular and JWT security - Example Project based on Northwind Order Processing
Stars: ✭ 603 (+1673.53%)
Mutual labels:  swagger, openapi
Spectral
A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI v2 & v3.
Stars: ✭ 876 (+2476.47%)
Mutual labels:  swagger, openapi
Django Ninja
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
Stars: ✭ 875 (+2473.53%)
Mutual labels:  swagger, openapi
Optic
Optic documents and tests your API as you build it
Stars: ✭ 760 (+2135.29%)
Mutual labels:  swagger, openapi
Rolodex
📇API Documentation Generator for Phoenix
Stars: ✭ 34 (+0%)
Mutual labels:  swagger, openapi
Swagger Parser
Swagger 2.0 and OpenAPI 3.0 parser/validator
Stars: ✭ 710 (+1988.24%)
Mutual labels:  swagger, openapi
Swagger Editor Electron
Run standalone Swagger Editor in Electron shell
Stars: ✭ 10 (-70.59%)
Mutual labels:  swagger, openapi
Apicurio Studio
Open Source API Design
Stars: ✭ 638 (+1776.47%)
Mutual labels:  swagger, openapi
Oapi Codegen
Generate Go client and server boilerplate from OpenAPI 3 specifications
Stars: ✭ 806 (+2270.59%)
Mutual labels:  swagger, openapi
Springfox
Automated JSON API documentation for API's built with Spring
Stars: ✭ 5,449 (+15926.47%)
Mutual labels:  swagger, openapi
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (+22355.88%)
Mutual labels:  swagger, openapi
Openapi Gui
GUI / visual editor for creating and editing OpenAPI / Swagger definitions
Stars: ✭ 891 (+2520.59%)
Mutual labels:  swagger, openapi
Oval
oval: CLI for (O)penAPI Specification document (val)idation.
Stars: ✭ 15 (-55.88%)
Mutual labels:  swagger, openapi

Swagger/OpenAPI 2.0 Importer

A Paw Extension to import Swagger (aka. OpenAPI) API description files into Paw.

How to use?

  • In Paw, go to File menu, then Import...
  • Pick the saved Swagger file, and make sure the Format is "Swagger 2.0 Importer"

Versions supported

Only Swagger 2.0 specification is supported.

Development

⚠️ This project is entierly based on API Flow. This repository only containes the compiled file for this extension. Please refer to the API Flow repository for the orignal source code and for development.

The commands below refer to the API Flow project.

Prerequisites

nvm install
yarn install

Build and install to Paw

TARGET="swagger" make transfer

Build for deployment

TARGET="swagger" make pack

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Copyright © 2014-2017 Paw

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