Language-specific Libraries

The ICWS SDK includes helper libraries to simplify common API usages in several languages, including JavaScript, C#, Objective-C, and others.

These helper libraries mirror the ICWS API directly and are simply for abstracting the low-level HTTP requests and raw JSON object formats. These libraries do not add any functionality beyond creating and issuing valid HTTP requests.

See the specific topics below for more information, including example usage.

Note

The ICWS API can be used without these helper libraries, so usage of the API is not restricted to these languages. These are simply provided to make using the API easier.

Note

While efforts have been made to ensure their accuracy, these helper libraries are provided "as is" without warranty of any kind, either express or implied.

This topic contains the following sub-topics:

JavaScript Language-Specific Library

Explains the JavaScript Language-Specific Library and how to get started using it.

Objective-C Language-Specific Library

Explains the Objective-C Language-Specific Library and how to get started using it.

C# Language-Specific Library

Explains the C# Language-Specific Library and how to get started using it.