https://github.com/bambora/swaggerlicious
A simple library for adding example requests and responses in JSON format to Swagger / Open API 2.0 specifications.
https://github.com/bambora/swaggerlicious
Last synced: 5 months ago
JSON representation
A simple library for adding example requests and responses in JSON format to Swagger / Open API 2.0 specifications.
- Host: GitHub
- URL: https://github.com/bambora/swaggerlicious
- Owner: bambora
- License: mit
- Created: 2017-04-04T09:54:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T08:20:50.000Z (about 8 years ago)
- Last Synced: 2025-10-11T12:37:08.154Z (8 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swaggerlicious 
A simple library for adding example requests and responses in JSON format to Swagger / Open API 2.0 specifications.
```javascript
import swaggerlicious from "@bambora/swaggerlicious";
const jsonSwaggerSpecification = /*...*/
const extendedSpecification = swaggerlicious(jsonSwaggerSpecification);
```