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

https://github.com/paytrail/api-documentation

Paytrail Payment API documentation
https://github.com/paytrail/api-documentation

Last synced: 2 months ago
JSON representation

Paytrail Payment API documentation

Awesome Lists containing this project

README

          

# Paytrail Payment API documentation

## Developing locally

```bash
npm install
npm run serve
```

Requires docsify-cli https://www.npmjs.com/package/docsify-cli

## Run Swagger UI locally

```bash
docker run -p 80:8080 -e SWAGGER_JSON=/docs/paytrail-api.yaml -v $PWD/docs:/docs swaggerapi/swagger-ui
open http://localhost:80/
```