Answered Get service interface (Message Formats etc) from Swagger Definition

robertb_NZ

Well-known member
Joined
May 11, 2010
Messages
146
Location
Auckland, New Zealand
Programming Experience
10+
REST services following the Swagger (Open UI) standard can supply a .json object describing the services. I can read this .json and deserialize it with JJavaScriptSerializer, and I can see from the .json that it contains the full description of the service and its message formats, either directly or indirectly.

What should I read to learn how to handle this, so that I can get the message formats etc that the service uses?

Thank you, Robert.
 
Back
Top