All Projects → ShipEngine → shipengine-openapi

ShipEngine / shipengine-openapi

Licence: other
The official OpenAPI 3.0 definitions for ShipEngine™

Projects that are alternatives of or similar to shipengine-openapi

Openapi Spec Validator
OpenAPI Spec validator
Stars: ✭ 161 (+1138.46%)
Mutual labels:  swagger, openapi, openapi3
Openapi Directory
🌐 Wikipedia for Web APIs. Directory of REST API definitions in OpenAPI 2.0/3.x format
Stars: ✭ 2,635 (+20169.23%)
Mutual labels:  swagger, openapi, openapi3
Swagger Node Codegen
An OpenAPI 3.x/Swagger 2 code generator for Node.js
Stars: ✭ 189 (+1353.85%)
Mutual labels:  swagger, openapi, openapi3
Rapipdf
PDF generation from OpenAPI / Swagger Spec
Stars: ✭ 132 (+915.38%)
Mutual labels:  swagger, openapi, openapi3
Spot
Spot is a concise, developer-friendly way to describe your API contract.
Stars: ✭ 230 (+1669.23%)
Mutual labels:  swagger, openapi, openapi3
Prance
Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
Stars: ✭ 133 (+923.08%)
Mutual labels:  swagger, openapi, openapi3
Swaggerprovider
F# generative Type Provider for Swagger
Stars: ✭ 201 (+1446.15%)
Mutual labels:  swagger, openapi, openapi3
Openapi Core
OpenAPI core
Stars: ✭ 119 (+815.38%)
Mutual labels:  swagger, openapi, openapi3
Openapi Codegen
OpenAPI 3.0 CodeGen plus Node.js minus the Java and emojis
Stars: ✭ 224 (+1623.08%)
Mutual labels:  swagger, openapi, openapi3
Openapi Diff
Utility for comparing two OpenAPI specifications.
Stars: ✭ 208 (+1500%)
Mutual labels:  swagger, openapi, openapi3
Restful React
A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
Stars: ✭ 1,814 (+13853.85%)
Mutual labels:  swagger, openapi, openapi3
Full Stack Fastapi Couchbase
Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
Stars: ✭ 243 (+1769.23%)
Mutual labels:  swagger, openapi, openapi3
Angular Swagger Ui
An angularJS implementation of Swagger UI
Stars: ✭ 131 (+907.69%)
Mutual labels:  swagger, openapi, openapi3
Prism
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
Stars: ✭ 2,484 (+19007.69%)
Mutual labels:  swagger, openapi, openapi3
Http Router
🎉 Release 2.0 is released! Very fast HTTP router for PHP 7.1+ (incl. PHP8 with attributes) based on PSR-7 and PSR-15 with support for annotations and OpenApi (Swagger)
Stars: ✭ 124 (+853.85%)
Mutual labels:  swagger, openapi, openapi3
Openapi Mock
OpenAPI mock server with random data generation
Stars: ✭ 202 (+1453.85%)
Mutual labels:  swagger, openapi, openapi3
Swurg
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
Stars: ✭ 94 (+623.08%)
Mutual labels:  swagger, openapi, openapi3
Kaizen Openapi Editor
Eclipse Editor for the Swagger-OpenAPI Description Language
Stars: ✭ 97 (+646.15%)
Mutual labels:  swagger, openapi, openapi3
Redoc
📘 OpenAPI/Swagger-generated API Reference Documentation
Stars: ✭ 15,935 (+122476.92%)
Mutual labels:  swagger, openapi, openapi3
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+26423.08%)
Mutual labels:  swagger, openapi, openapi3

OpenAPI Logo ShipEngine™ OpenAPI Definition

This repo contains the official OpenAPI 3.0 definitions for the ShipEngine API. You can use these definitions with any of countless OpenAPI tools to generate sample code, tests, mock servers, etc.

Which file to use

Depending on your preferences and/or tooling, you may choose to use one or more of the following files:

Path Description
openapi.yaml The entire ShipEngine OpenAPI definition, in a single YAML file. This file uses $ref pointers to reduce duplication and keep the file small and fairly human-readable.

Some OpenAPI tools don't support YAML or don't support $ref pointers, so you may need to use the openapi.json file instead.
openapi.json The entire ShipEngine OpenAPI definition, in a single JSON file. This file does not contain any $ref pointers, which means it should work with any OpenAPI tool.

Other API Definition Formats

Redoc Logo

View the ShipEngine API definition online in your browser. This web page is generated from the OpenAPI definition using ReDoc.

Postman Logo Postman

The official Postman reference collection for ShipEngine. Just import it into Postman and immediately begin interacting with the ShipEngine API.

New to ShipEngine? Download our walkthrough collection instead.

JSON Schema Logo JSON Schema

If you need to validate API requests and responses, then you may want to use our JSON Schema definitions.

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