rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
128 stars 96 forks source link

Need Help OData V4 REST Web API Documentation #193

Closed kuldip1490 closed 5 years ago

kuldip1490 commented 5 years ago

I m using Microsoft.AspNet.OData v7.1.0 , I want to make documentation using swagger . Any one can guide me to make documentation of OData V4 Web API

andyward commented 5 years ago

Take a look at my notes on https://github.com/rbeauchamp/Swashbuckle.OData/issues/191#issuecomment-462957469

I have a fork that works on OData 7.x under netframework

kuldip1490 commented 5 years ago

Installed Swashbuckle.OData.Core and i got below error 1

andyward commented 5 years ago

Are you calling HttpConfiguration.EnsureInitialized() ?

Make sure it's called just after you set up the the OData routes

kuldip1490 commented 5 years ago

@andyward Thank you for your guidance . I just got my outputs . Thank you