coreos / go-quay

Go-swagger generated client bindings for Quay
11 stars 12 forks source link

Add missing response models #2

Open seiffert opened 8 years ago

seiffert commented 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.

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

Is there a chance that you add the missing models in the near future? Thanks!

so0k commented 6 years ago

https://github.com/coreos/go-quay/pull/4 should fix this