Njasm\Soundcloud\Request\Request::asJson PHP Méthode

asJson() public méthode

See also: https://github.com/njasm/soundcloud/issues/16
Deprecation: Soundcloud does not support XML responses anymore and calling this method is redundant.
public asJson ( ) : Request
Résultat Request
    public function asJson()
    {
        $this->responseFormat = 'application/json';
        return $this;
    }