PythonConfluenceAPI

From : Robert P. Cope

https://github.com/pushrodtechnology/PythonConfluenceAPI





dir(ConflucenAPI)
>>> dir(ConfluenceAPI)
['ATTACHMENT_METADATA_KEYS', 'DEFAULT_USER_AGENT', 'NEW_CONTENT_REQUIRED_KEYS', 'UPDATE_CONTENT_REQUIRED_KEYS', 
'__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__',

'_service_delete_request', '_service_get_request', '_service_post_request', '_service_put_request', '_service_request', '_start_http_session', 

'convert_contentbody_to_new_type', 
'create_new_attachment_by_content_id', 'create_new_content', 'create_new_content_property', 'create_new_label_by_content_id', 'create_new_private_space', 'create_new_property', 'create_new_space', 
'delete_content_by_id', 'delete_label_by_id', 'delete_property', 'delete_space', 
'get_content', 'get_content_attachments', 'get_content_by_id', 'get_content_children', 'get_content_children_by_type', 'get_content_comments', 'get_content_descendants', 'get_content_descendants_by_type', 'get_content_history_by_id', 'get_content_labels', 'get_content_macro_by_hash', 'get_content_macro_by_macro_id', 'get_content_properties', 'get_content_property_by_key', 'get_long_task_info', 'get_long_tasks', 'get_op_restrictions_by_content_operation', 'get_op_restrictions_for_content_id', 'get_space_content', 'get_space_content_by_type', 'get_space_information', 'get_spaces', 
'search_content', 
'update_attachment', 'update_attachment_metadata', 'update_content_by_id', 'update_property', 'update_space'
]