connect.util

This is a version of the SDK for CloudBlue Connect platform, written in Haxe. While it allows to write connectors in Haxe itself, the generated code can be used to write connectors in C#, Java, JavaScript, PHP and Python.

..
Blob

This object represents a buffer of binary data. Just as the contents of a text file can be represented by a string, the contents of binary files can be represented by a Blob.

Collection

A Collection is a way to have a standard collection type across all languages supported by the SDK.

DateTime

The DateTime class provides a basic structure for date and time related information. DateTime instances can be created with

Dictionary

A Dictionary allows mapping of String keys to arbitrary values. If the value of a key is given one type and then retrieved with a different type (for example, setInt ... getObject), the result is unspecified.

Diff

The Diff class stores the difference between two Haxe dynamic objects first and second. You can later apply the diff object to first to obtain second, or swap the diff and then apply to second to get first.