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 1 month ago
JSON representation
An OpenAPI description for the Zeplin API
- Host: GitHub
- URL: https://github.com/zeplin/openapi
- Owner: zeplin
- License: mit
- Created: 2021-05-11T10:28:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T08:54:24.000Z (4 months ago)
- Last Synced: 2025-03-25T18:45:31.287Z (about 2 months ago)
- Topics: openapi, openapi-spec, openapi-specification, zeplin, zeplin-api
- Homepage: https://docs.zeplin.dev
- Size: 144 KB
- Stars: 2
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeplin's OpenAPI Description
[](https://opensource.org/licenses/MIT)
[](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!