Apple_Push_API\API::get_channel PHP Méthode

get_channel() public méthode

Gets channel information.
Since: 0.2.0
public get_channel ( string $channel_uuid ) : object
$channel_uuid string
Résultat object
    public function get_channel($channel_uuid)
    {
        $url = $this->endpoint . '/channels/' . $channel_uuid;
        return $this->send_get_request($url);
    }