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 create and delete functions for composite api endpoints #41

Closed jeremy-hanna closed 10 months ago

jeremy-hanna commented 4 years ago

This PR extends the work done on https://github.com/chulkilee/ex_force/pull/40 to support additional CRUD operations:

There are some minor changes to the docs around some unintuitive things in the Salesforce API. Namely their error codes, multiple type updates, and partial success states.

sourcelevel-bot[bot] commented 4 years ago

Hello, @jeremy-hanna! 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.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0f080f91cc582c8b9d4f2b952ec7502b16cb4478 on jeremy-hanna:extend-composite-endpoints-for-crud-operations into db7792f57be45f576cd90dc08830a99853257a54 on chulkilee:master.

sourcelevel-bot[bot] commented 3 years ago

SourceLevel has finished reviewing this Pull Request and has found:

See more details about this review.

chulkilee commented 3 years ago

I'll take a look soon - sorry for the deley! @jeremy-hanna