ex_force icon indicating copy to clipboard operation
ex_force copied to clipboard

A Salesforce REST API wrapper for Elixir

Results 11 ex_force issues
Sort by recently updated
recently updated
newest added

We updated the Tesla on our project to 1.6, and apparently this operation broke the ExForce dependency. We started to receive a decode error when executing the function `ExForce.OAuth.get_token/2`: Tried...

Inspired by #42 --- Adding the ability to configure default options in `config.exs`: > Configure default settings in config/config.exs (optional). > ```elixir > # config/config.exs > config :ex_force, :api_version, "43.0"...

To provide support for custom middleware, allow the `ExForce.Client.Tesla.build_client/2` method to take an additional param in it's opts argument defining middleware to run. The choice was made to allow users...

In order to make the library usable with more modern versions of elixir/OTP, update dependencies to their most recent releases.

RE Issue #66 Changes to support JWT auth flow in ex_force. Includes: 1. New function `get_token_jwt` to make the auth call and handle results 2. New function `create_jwt_payload` to create...

This pull-request adds support to [View Recently Viewed Records](https://developer.salesforce.com/docs/atlas.en-us.232.0.api_rest.meta/api_rest/dome_see_recently_viewed.htm) api. (#65) This is my first Elixir pull request, so please let me know if I made any mistake or could...

It looks like ex_force doesn't presently support the [JWT Oauth flow](https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_jwt_flow.htm&type=5) offered by Salesforce... I use this authentication flow quite often connecting to Salesforce for integration projects - it would...

Hi, @chulkilee! First of all, congrats on this lib, it's amazing. What do you think about adding support to [recently viewed information](https://developer.salesforce.com/docs/atlas.en-us.232.0.api_rest.meta/api_rest/using_resources_working_with_recently_viewed.htm)? I started working on [View Recently Viewed Records](https://developer.salesforce.com/docs/atlas.en-us.232.0.api_rest.meta/api_rest/dome_see_recently_viewed.htm)...

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...

[Introducing Streaming API](https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/intro_stream.htm) Salesforce Streaming API is based on Bayeux / ComeD. Unfortunately, I couldn't find a library to handle that :(

enhancement
help wanted
Hacktoberfest