Postman and openAPI specs (#174)

This commit is contained in:
Dominic Wong
2021-06-29 15:50:06 +01:00
committed by GitHub
parent d212fd2f5c
commit 221ff019af
6 changed files with 46 additions and 61 deletions

View File

@@ -48,6 +48,12 @@ jobs:
run: |
go install
- name: install postman converter
working-directory: services
run: |
sudo npm install -g openapi-to-postmanv2
openapi2postmanv2 -h
- name: Generate openapi spec and publish the api
working-directory: services
run: |