Post the schema for the XML returned from your API
I am writing a web app that pulls data from the fantasy football API, however to make it robust enough to handle requests for data from anyone, I need to know all the nodes that could be returned so that I can deserialize the XML properly into C# objects.
The docs have enough information to get me started, but I'd love to see the schema, and how it changes from season to season.
179th
ranked
James Mitchell
shared this idea