Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we have a delete feature ? #17

Open
artdeoich opened this issue Jan 19, 2021 · 0 comments
Open

Can we have a delete feature ? #17

artdeoich opened this issue Jan 19, 2021 · 0 comments

Comments

@artdeoich
Copy link

Hello,

Can we have a delete feature ? It seems that is not handled

interface SalesforceClientInterface
{
    /**
     * @param string $action
     * @param null $query
     * @return mixed
     */
    public function get($action = null, $query = null);

    /**
     * @param string|null $action
     * @param null $query
     * @param null $data
     * @return mixed
     */
    public function post($action = null, $data = null, $query = null);

    /**
     * @param string|null $action
     * @param null $query
     * @param null $data
     * @return mixed
     */
    public function patch($action = null, $data = null, $query = null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant