Apple_Push_API\API::get_section PHP Method

get_section() public method

Gets information for a section.
Since: 0.2.0
public get_section ( string $section_id ) : object
$section_id string
return object
    public function get_section($section_id)
    {
        $url = $this->endpoint . '/sections/' . $section_id;
        return $this->send_get_request($url);
    }