NetCoreForce
NetCoreForce copied to clipboard
Salesforce REST API toolkit for .NET Standard and .NET Core
I'm wondering if its possible to add or update a relationship to an object? I've searched your documentation but could not find anything about it. Thank you for your work!
https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
Update the generator and `config.json` to allow mapping configuration. Features : - Rename a class - Ignore a class generation (and all its referencing relationships) - Rename a field in...
It would be nice to have these added. https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/bulk_api_2_0.htm
This PR adds the ability to send multiple composite requests using the Salesforce [Composite Request](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_composite_post.htm) API endpoint. Additionally, adds new methods for token introspection. in order to [retrieve Access Token...
Hello Anthony, First of all i want to thank you for your incredible library, which drastically improved my experience with Salesforce API, it is trully remarkable that you did it...
The current [ErrorResponse](https://github.com/anthonyreilly/NetCoreForce/blob/main/src/NetCoreForce.Client/Models/ErrorResponse.cs) model contains a limited number of properties and is specifically missing the `duplicateResut` property (no - not a typo) Since there are likely to be a number...
Hey is there a way to set a field to null when updating a sf-object?
When querying the ContentVersion object, the "VersionData" field that is returned is in the form of a URL such as "services/data/v56.0/sobjects/ContentVersion/0688c000008XvddAAC/VersionData" This url is apparently the sObjectBlobRetrieve. See below StackExchange...
Hi are there any intentions of adding support for composite requests?