k-capehart / go-salesforce

Salesforce REST API client written in Go
https://pkg.go.dev/github.com/k-capehart/go-salesforce/v2
MIT License
30 stars 6 forks source link

Composite Operations #14

Open k-capehart opened 7 months ago

k-capehart commented 7 months ago

Use Composite to allow users to group dependent calls into a single request

Examples

Use Composite Batch to allow users to group independent requests together into a single request

Examples

k-capehart commented 7 months ago

Some composite operations are already available, as they were created alongside function intended for inserting, updating, etc sobject collections