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.
2 parents 9f8015c + 697eade commit 7462c45Copy full SHA for 7462c45
1 file changed
README.md
@@ -11,6 +11,7 @@ Set your API key and you're ready to go!
11
```python
12
>>> import optimizely
13
>>> optimizely.api_key = 'abcdefghijklmnopqrstuvwxyz:123456'
14
+
15
>>> projects = optimizely.Project.list()
16
>>> projects
17
[<Project object with ID: 12345>]
@@ -23,4 +24,4 @@ Set your API key and you're ready to go!
23
24
>>> my_project.project_name
25
u'My Project (Updated)'
26
-```
27
+```
0 commit comments