taup.version
Module Contents
Classes
API
- class taup.version.VersionQuery
Initialization
- calcJson(taupServer)
Sends all params to the server, returns the result parsed from JSON.
- calcHtml(taupServer)
Sends all params to the server, returns the result as a text version of html.
- calcText(taupServer)
Sends all params to the server, returns the result as a text version of text.
- create_params()
Create dict of params suitible for passing to requests query call.