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

Issue #302 Swagger json generation for OData #507

Closed
wants to merge 1 commit into from

Conversation

TomDu
Copy link
Contributor

@TomDu TomDu commented Sep 9, 2015

A prototype of Swagger json generator for OData.

@congysu congysu added this to the v5.8 milestone Sep 10, 2015
/// <inheritdoc/>
/// <remarks>The swagger written is from the model set on the <paramref name="messageWriter"/>. The <paramref name="graph" />
/// is not used.</remarks>
public override void WriteObject(object graph, Type type, ODataMessageWriter messageWriter, ODataSerializerContext writeContext)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use this method to write a swagger model.

@@ -0,0 +1,817 @@
using System.IO;
Copy link
Member

Choose a reason for hiding this comment

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

copyright?

@xuzhg
Copy link
Member

xuzhg commented Nov 16, 2015

Close it because the swagger is in #520.

@xuzhg xuzhg closed this Nov 16, 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

5 participants