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

Docs on how to use user-defined formats and configure bravado-core #55

Merged
merged 4 commits into from
Oct 12, 2015

Conversation

analogue
Copy link
Contributor

@analogue analogue commented Oct 9, 2015

Subtle change from previous udf branch - formats are registered via the config dict passsed to Spec.from_dict(spec_dict, config) instead of calling spec.register_format(....) directly. Much nicer flow from bravado since the config dict is just passed through from bravado.client.SwaggerClient.

@analogue analogue changed the title Docs on how to use user-defined formats Docs on how to use user-defined formats and configure bravado-core Oct 9, 2015
*use_models* boolean True | Use python classes to represent models
| instead of dicts. See :ref:`models`.
------------------------- --------------- --------- ----------------------------------------------------
*formats* list of True | List of user-defined formats to support.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default: []

👍 for the chart.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@prat0318
Copy link
Contributor

fix n 🚢

analogue added a commit that referenced this pull request Oct 12, 2015
Docs on how to use user-defined formats and configure bravado-core
@analogue analogue merged commit 860a998 into Yelp:master Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants