Get All Projects

getAll()

const myClient // an authorized client instance
myClient.project.getAll().then(res => console.log(res)) // [{project object}, {project object}]

Last updated