WebexCommunity / WebexPythonSDK

Work with the Webex APIs in native Python!
https://webexcommunity.github.io/WebexPythonSDK/
MIT License
235 stars 151 forks source link

Add support for selectable data models #51

Open cmlccie opened 6 years ago

cmlccie commented 6 years ago

When working with the WebEx APIs, I would like to be able to specify what type/class of data objects I want returned for each of the API response object types. I might want the default objects returned, or I might want dictionary objects, or even my own ORM-mapped objects.

cmlccie commented 5 years ago

The coding work has been completed and released. We now need to document how to use the feature.

cmlccie commented 4 years ago

This functionality may be refactored in v2.x. Let's document and release this functionality in v2 when the feature stabilizes.