go-force icon indicating copy to clipboard operation
go-force copied to clipboard

Go (golang) library for calling Salesforce.com (force.com) web api's

Results 25 go-force issues
Sort by recently updated
recently updated
newest added

Added sObject Get Updated support

The Salesforce API allows gzip compression on either request entities or response entities (or both). It's not to hard to support this by using the necessary `Content-Encoding` and `Accept-Encoding` headers...

Expose ForceApi as an interface so we can create a mock.

enhancement

Due to various reasons, the http.DefaultClient used by default might not be appropriate to use. It would be nice to be able to specify what client to use for requests.

Hello nimajalali, Recently I discovered a tool called FileStash: https://www.filestash.app For my use case there are 2 connectors missing and one of them is a Salesforce files connector. I discovered...

Is there any way to easily read back a Salesforce Date/Time object into a golang time.Time object? I can write a Golang time.Time object into the Salesforce Date/Time object, but...

- Added logrus logging to force Api

Hi, Can you please help to solve this I am trying to call below function on Google AppEngine development server and getting the error. But without appengine getting the record...

Fixed a typo in the member structure (ChildRelationsips instead of ChildRelationships) This prevents to discover those parent / child relationships between Force.com objects

When using ```BuildQuery``` and ```Query``` to run a query the following query returns the expected results: ```SELECT Id FROM PermissionSetAssignment``` But when the query uses the dot notation for the...