Get All Sections

getAll(project_id?)

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

Last updated