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 9008708 commit 88aa716Copy full SHA for 88aa716
README.md
@@ -109,7 +109,7 @@ patch.projects.retrieveProject(projectId);
109
110
// Retrieve a list of projects
111
const page = 1; // Pass in which page of projects you'd like
112
-patch.projects.retrieve_projects({ page });
+patch.projects.retrieveProjects({ page });
113
```
114
115
### Preferences
0 commit comments