Njasm\Soundcloud\Request\Request::asJson PHP 메소드

asJson() 공개 메소드

또한 보기: https://github.com/njasm/soundcloud/issues/16
사용 중단: Soundcloud does not support XML responses anymore and calling this method is redundant.
public asJson ( ) : Request
리턴 Request
    public function asJson()
    {
        $this->responseFormat = 'application/json';
        return $this;
    }