Releases: cloudextend/contrib-netsuite-servicemgr
Releases · cloudextend/contrib-netsuite-servicemgr
REST 1.2.0
Adds support for HTTP Delete
REST 1.1.0
Support PATCH and PUT HTTP requests in IRestClient.
Thanks @akshelton
REST 1.0.6
Fixes a bug preventing the library to be used with a Sandbox account.
REST-1.0.4
New RestClient
and RestletClient
classes for working with NetSuite REST API and RESTlets. Supports TBA and NLAuth based authentication.
Compatibility with .NET Standard 2.0
v4.2 - Returning to .NET Standard 2.0 (#23) * Correct naming. Go back to .net std 2.0 * Updated Samples, PassportProvider and readme * Version bump for v4.2.0
Snapshot before Framework Changed
This was our last build compatible with .NET Standard 2.0 prior to 4.2.0
Releases between this an 4.2 are only compatible with .NET Core
Three-Step Authorization and Enabling multi-tenant Scenarios
- Includes a helper library and a sample app for supporting NetSuite's new Three-step Authorization flow.
- Service Manager client and factory have bee refactored to support scenarios where more than one App ID or Consumer Key/Secret need to be supported (e.g. in a multi-tenant service).
TBA Support and Bug fixes
Merge pull request #9 from sameera/master Fix for svcutil sequencing related bug.
ISearchAdvanced, ISearchAdvancedRow
Merge pull request #3 from sameera/master ISearchAdvanced interface