Get A Section

get(id)

const myClient // an authorized client instance
myClient.section.get("valid_id").then(res => console.log(res)) // {section object}

Last updated