Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeplin/openapi

An OpenAPI description for the Zeplin API
https://github.com/zeplin/openapi

openapi openapi-spec openapi-specification zeplin zeplin-api

Last synced: about 2 months ago
JSON representation

An OpenAPI description for the Zeplin API

Awesome Lists containing this project

README

        

# Zeplin's OpenAPI Description
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![OpenAPI: v3.0](https://img.shields.io/badge/OpenAPI-v3.0-brightgreen.svg)](https://www.openapis.org)

This repository contains [OpenAPI descriptions](https://www.openapis.org) for the [Zeplin API](https://docs.zeplin.dev).

## What is OpenAPI

From the [OpenAPI Specification](https://spec.openapis.org/oas/v3.0.0):

> The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for REST APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interface descriptions have done for lower-level programming, the OpenAPI Specification removes guesswork in calling a service.

## Descriptions

You can find the descriptions in the `/descriptions` directory.

## License

This project is licensed under [MIT license](LICENSE).

## Contact

Ping us at [email protected] for any feedback or questions. You can also find us in the [Zeplin Developer Slack](https://zpl.io/zeplin-dev-slack) group!