Open seiffert opened 8 years ago
We would like to be able to manage our Quay repositories via the API. In order to do so, we tried using this repository's swagger.json to generate an API client. However, it seems like most response types aren't specified.
swagger.json
In https://github.com/coreos/go-quay/commit/542d4f1665aab4a53bd41fe5f5e5066d999dc62f, you added the specification for the getOrgMember endpoint. getRepository for example does not define any output parameters: code
getOrgMember
getRepository
Is there a chance that you add the missing models in the near future? Thanks!
https://github.com/coreos/go-quay/pull/4 should fix this
We would like to be able to manage our Quay repositories via the API. In order to do so, we tried using this repository's
swagger.json
to generate an API client. However, it seems like most response types aren't specified.In https://github.com/coreos/go-quay/commit/542d4f1665aab4a53bd41fe5f5e5066d999dc62f, you added the specification for the
getOrgMember
endpoint.getRepository
for example does not define any output parameters: codeIs there a chance that you add the missing models in the near future? Thanks!