Skip to content

Releases: cloudextend/contrib-netsuite-servicemgr

REST 1.2.0

27 Jul 15:55
cdd9a89
Compare
Choose a tag to compare

Adds support for HTTP Delete

REST 1.1.0

13 Jun 11:42
3807ffd
Compare
Choose a tag to compare

Support PATCH and PUT HTTP requests in IRestClient.
Thanks @akshelton

REST 1.0.6

31 Mar 12:25
a097c21
Compare
Choose a tag to compare

Fixes a bug preventing the library to be used with a Sandbox account.

REST-1.0.4

14 Jul 05:49
7c5deba
Compare
Choose a tag to compare

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

09 Oct 13:52
91251ac
Compare
Choose a tag to compare
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

08 Oct 02:49
Compare
Choose a tag to compare

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

08 Oct 06:31
0ca8800
Compare
Choose a tag to compare
  • 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

02 Aug 03:02
ae04da6
Compare
Choose a tag to compare
Merge pull request #9 from sameera/master

Fix for svcutil sequencing related bug.

ISearchAdvanced, ISearchAdvancedRow

06 Apr 10:08
c4babd1
Compare
Choose a tag to compare
Merge pull request #3 from sameera/master

ISearchAdvanced interface