chulkilee / ex_force

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

Updated deps, http client, from chulkilee, then re-added safer query-stream handling #53

Closed suranyami closed 3 years ago

suranyami commented 3 years ago

50 was closed without being merged into main branch, presumably because of recent deps upgrades and changing the way tesla handles HTTP requests.

Those upstream changes have been rebased into the improved stream handling and tests are all passing now.

Now the stream creation always succeeds, but if a query fails, it will happen at the point of getting the next item.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d3845edf3f9278870029ef1a146c7a6bf9fddfd6 on workplacearcade:fix-stream into 0e4b3ebb8b74214402d86264cb31fbf5c7a6a195 on chulkilee:main.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d3845edf3f9278870029ef1a146c7a6bf9fddfd6 on workplacearcade:fix-stream into 0e4b3ebb8b74214402d86264cb31fbf5c7a6a195 on chulkilee:main.

chulkilee commented 3 years ago

Sorry I messed it up 🤦 now the change is merged with #54. Thanks for the catch!