omniphx / forrest

A Laravel library for Salesforce
https://omniphx.github.io/forrest/
MIT License
259 stars 120 forks source link

Add ability to pass query string to request #292

Closed roblesterjr04 closed 3 years ago

roblesterjr04 commented 3 years ago

SFDC requires query string of IDs for mass delete capability per docs here https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections_delete.htm

I tried to work around it but the best solution was to add this logic to your handleRequest and ensure the query key is passed to the Guzzle request.

roblesterjr04 commented 3 years ago

Any updates here @omniphx

omniphx commented 3 years ago

Thanks! Sorry for the delay