Functions

The FlowHigh SDK ships with primitive functions and abstractions. The primitive functions are the building blocks of the FlowHigh SDK. Use them to build complex functionality and custom abstractions to meet specific requirements.

For common use cases we have built some off the shelf abstractions. These are much easier to use and you have to write much less code. On the downside they are less flexible than the primitive functions.

As a rule of thumb you can build any of the abstractions yourself using the primitives.

Over time we will make additional abstractions available for common use cases.