Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User-defined formats should be tied to a Spec (not global) #50

Closed
analogue opened this issue Sep 29, 2015 · 1 comment
Closed

User-defined formats should be tied to a Spec (not global) #50

analogue opened this issue Sep 29, 2015 · 1 comment
Assignees
Labels

Comments

@analogue
Copy link
Contributor

Currently, user-defined formats are defined globally. This is not ideal when a python client process interfaces with more than one Swagger service with a different set of user-defined formats applying to each service. In the worst case, the same format name may be used with differing implementations.

Associate user-defined formats with a bravado_core.spec.Spec instead.

@analogue
Copy link
Contributor Author

analogue commented Oct 7, 2015

Released in 3.0.0

@analogue analogue closed this as completed Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant