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 5ee4410 commit 697eadeCopy full SHA for 697eade
1 file changed
README.md
@@ -11,7 +11,7 @@ Set your API key and you're ready to go!
11
```python
12
>>> import optimizely
13
>>> optimizely.api_key = 'abcdefghijklmnopqrstuvwxyz:123456'
14
- >>> optimizely.Project.all()
+ >>> optimizely.Project.list()
15
[
16
{
17
"code_revision": 8,
@@ -46,4 +46,4 @@ Set your API key and you're ready to go!
46
"account_id": 555650815
47
}
48
]
49
-```
+```
0 commit comments