anthonyreilly / NetCoreForce

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

Add Composite request endpoint and OAuth endpoints #67

Open phess101 opened 9 months ago

phess101 commented 9 months ago

This PR adds the ability to send multiple composite requests using the Salesforce Composite Request API endpoint.

Additionally, adds new methods for token introspection. in order to retrieve Access Token expiration when using OAuth.

Also removing deprecated & unsupported .NET versions from official support, adding .NET Core 8