You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the simplicity of SalesforceSharp but does it have anything similar to ForceClient's "ExecuteRestApiAsync" method where you can post to a Salesforce REST custom endpoint? Please point me to example code/wiki notes if either exist already.
The text was updated successfully, but these errors were encountered:
cemerson
changed the title
Does SalesforceSharp have something equivalent to ForceClient's "ExecuteRestApiAsync"?
Anything equivalent to ForceClient's "ExecuteRestApiAsync"?
Oct 15, 2021
as the linked post mentions, your service will either need to respond with something that looks like a standard SFDC REST response, or you will have to parse the response on your own when you encounter a FormatException.
example with my custom endpoint SPS_CreateQueryService living at the endpoint /services/apexrest/SPS_CreateQueryService:
I love the simplicity of SalesforceSharp but does it have anything similar to ForceClient's "ExecuteRestApiAsync" method where you can post to a Salesforce REST custom endpoint? Please point me to example code/wiki notes if either exist already.
By the way I did see this possibly-related thread/pull request but couldn't figure out if that's related or not. Thank you.
The text was updated successfully, but these errors were encountered: