Skip to content

API Reference Overview

This part of the Boden Framework documentation provides a reference to make looking up specific Boden classes and types easy. If you are interested in learning how to write apps in Boden, consider the Getting Started and Guides sections instead.

Warning

The Boden API is work in progress and may change in the coming months. Follow us on Twitter and star/watch our repo on GitHub to stay in the loop!

The Boden API is organized into three principal modules:

Foundation

The Foundation module provides essential base classes, data structures, type definitions, and operating system services for use in your application.

UI

The UI module contains all classes, types, and widgets required for building user interfaces with Boden. All widgets shipped with the Boden Framework are available in this module.

Net

The Net module provides essential networking services for apps written with Boden.