Skip to content

Commit 902e127

Browse files
committed
root(readme): update documentation for getProjects method.
1 parent 3842b95 commit 902e127

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ const renderforest = new Renderforest({ signKey: '<signKey>', clientId: -1 })
9090

9191
const payload = {
9292
limit: 2,
93-
offset: 10
93+
offset: 10,
94+
includeApiProjects: false,
95+
order: 'DESC', //possible options: 'DESC', 'ASC'
96+
orderBy: 'order', //possible options: 'order', 'date'
97+
search: '' //get projects with specified title
9498
}
9599
renderforest.getProjects(payload)
96100
.then(console.log) // handle the success

0 commit comments

Comments
 (0)