Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

add parameters at /shares #5

Closed
hakimihamdan88 opened this issue Jan 19, 2013 · 1 comment
Closed

add parameters at /shares #5

hakimihamdan88 opened this issue Jan 19, 2013 · 1 comment

Comments

@hakimihamdan88
Copy link

public function shares($path, array $params = array(), $root=self::DEFAULT_ROOT)
    {
        $path = str_replace('%2F', '/', rawurlencode($path));
        $parstr = empty($params) ? '' : '?'.http_build_query($params);
        return $this->_response_request("/shares/{$root}/{$path}{$parstr}");
    }
@jimdoescode
Copy link
Owner

Please issue a pull request for your desired changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants