ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 114 forks source link

Added proto file for all services. #720

Closed dkucsc closed 7 years ago

dkucsc commented 7 years ago

When running swagger-codegen to generate server code, it only accepts 1 input file.

So if you want to a single server to handle multiple services, one method is to put all your services into 1 file.

This means that we'll have to keep this all_services.proto file up-to-date with any changes to any *.proto file, but this shouldn't be too expensive (they don't change frequently).

david4096 commented 7 years ago

I've found this useful. Can you update it to include the g2p functionality?

david4096 commented 7 years ago

Closing, however, the feature is noted in the issue https://github.com/ga4gh/schemas/issues/776