chulkilee / ex_force

A Salesforce REST API wrapper for Elixir
https://hex.pm/packages/ex_force
MIT License
38 stars 27 forks source link

Add function request_sobject_by_external_id to ExForce #62

Open hmaiabrex opened 2 years ago

hmaiabrex commented 2 years ago

I noticed that ExForce does not have a function to request_sobject_by_external_id. We do have the get_sobject_by_external_id, but it only implements the "GET" method for the REST API endpoint.

I'll make a PR adding this function, so that we can request sObjects by external id. This will enable upserting sObjects by external id, for example.