PythonConfluenceAPI
PythonConfluenceAPI copied to clipboard
Add model representations to the API calls.
Currently API calls take and return raw dictionaries, which are okay but can be improved upon. The library should be updated to include models for the various types of information being passed around, which the ability to revert to the raw data (dictionaries, etc.) as desired.