This repository was archived by the owner on Dec 27, 2018. It is now read-only.
  
  
  
  
  
Description
Hello,
I am using your wrapper as it is fairly complete, thanks for this. When I tried to add a label to content, I noticed that the label_names are lists of dictionnaries, like this:
confluence_api.create_new_label_by_content_id(id,[{'prefix': 'global', 'name':'test'}])
Maybe it could be noted in the documentation ?