anthonyreilly / NetCoreForce

Salesforce REST API toolkit for .NET Standard and .NET Core
MIT License
110 stars 63 forks source link

Support for composite requests #60

Open Suprr opened 1 year ago

Suprr commented 1 year ago

Hi are there any intentions of adding support for composite requests?

anthonyreilly commented 1 year ago

I'm adding partial support to begin with, to allow create/update/delete of multiple objects of the same type. I'll likely add the basic support for the more complex mixed composite requests, but it will probably be at a lower level at first, to where you'll have to do a little extra work to parse out the results.