Apple_Push_API\API::get_article PHP 메소드

get_article() 공개 메소드

Gets article information.
부터: 0.2.0
public get_article ( integer $article_id ) : object
$article_id integer
리턴 object
    public function get_article($article_id)
    {
        $url = $this->endpoint . '/articles/' . $article_id;
        return $this->send_get_request($url);
    }