Njasm\Soundcloud\Request\Request::asXml PHP Method

asXml() public method

See also: https://github.com/njasm/soundcloud/issues/16
Deprecation: Soundcloud does not support XML responses anymore.
public asXml ( ) : Request
return Request
    public function asXml()
    {
        $this->asJson();
        return $this;
    }