We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635d9a2 commit 765fc1eCopy full SHA for 765fc1e
1 file changed
README.md
@@ -42,6 +42,7 @@ Authentication and quick use
42
43
test::
44
45
+```
46
import priority_matrix
47
48
pm = PM("https://sync.appfluence.com/api/v1/", "your_access_token")
@@ -50,3 +51,4 @@ Authentication and quick use
50
51
pm.project("project_name").item("item_name").name = "New item name"
52
print pm.project("project_name").item("item_name").name
53
print pm.project("project_name").item("item_name").id
54
0 commit comments