https://github.com/billie-archives/pay-after-delivery-api-specs
https://github.com/billie-archives/pay-after-delivery-api-specs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/billie-archives/pay-after-delivery-api-specs
- Owner: billie-archives
- Archived: true
- Created: 2018-09-24T11:01:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T13:58:30.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:04:14.017Z (8 months ago)
- Size: 34.2 KB
- Stars: 2
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - billie-archives/pay-after-delivery-api-specs - (Others)
README
# Paella API spec
## How to take a look on interactive documentation
- Run the image from DockerHub
There is a docker image published in [DockerHub](https://hub.docker.com/r/swaggerapi/swagger-editor/).To use this, run the following:
```
docker pull swaggerapi/swagger-editor
docker run -d -p 80:8080 swaggerapi/swagger-editor
```This will run Swagger Editor (in detached mode) on port 80 on your machine, so you can open it by navigating to `http://localhost` in your browser.
- Import `openapi.yaml` and run tests
## How to create a library
Use [openapi-generator](https://github.com/OpenAPITools/openapi-generator). E.g.
```
openapi-generator generate -i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g php -o /Volumes/Development/billie/php-paella-api-sdk
```## List of current SDKs
To be updated