public function get_section($section_id) { $url = $this->endpoint . '/sections/' . $section_id; return $this->send_get_request($url); }