chulkilee / ex_force

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

Adding request_sobject_by_external_id function #63

Closed hmaiabrex closed 2 years ago

hmaiabrex commented 2 years ago

Issue 62

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.

This will enable upserting sObjects by external id, for example.

sourcelevel-bot[bot] commented 2 years ago

Hello, @hmaiabrex! This is your first Pull Request that will be reviewed by SourceLevel, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.