Forum Discussion

Toterbiber's avatar
Toterbiber
Frequent Visitor
6 years ago

How to request API Version

 

What i want to do is, I want to ask Swagger "What is the Version of this API?". Is that possible?

 

 

 

I'm talkig about this Version:

"http://myapi/swagger/docs/v1"

 

Which is set in SwaggerConfig:

 

c.SingleApiVersion(string.Format(CultureInfo.InvariantCulture, "v{0}", version), title);

Is there not something like swagger/metadata or swagger/versioninfo?

 

I know that it is written in the Swagger UI but I need something that i can consume in Code.

 

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    May be possible provide there exists a respective method.
  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    Hi Toterbiber,

     

    It looks like you are using Swashbuckle. Swashbuckle is not one of our projects so our ability to provide assistance for it is limited. It's best to ask Swashbuckle questions in the project repository at https://github.com/domaindrivendev/Swashbuckle so that the community there can help you.