Skip to content

jakesmolka/api-to-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP: openEHR API to Golang server stub

Intention

This (docker) tool is intended to

  • fetch current openEHR API
  • automatically translate its .apib files to swagger-2.0 .json files with apib2swagger
  • and run them through go-swagger to generate server stubs.

State

WIP: see issues.

Run

docker-compose up from repo's root directory.

Note

To investigates a specific file inside the container run the following after at least one docker-compose up (generates docker volume and files):

docker run --entrypoint cat -v apitogo_shared:/src quay.io/goswagger/swagger /src/ehr.json

Releases

No releases published

Packages

No packages published