Skip to content
Alex Wyett edited this page Apr 7, 2014 · 3 revisions

The tabs api client has been designed following the factory pattern. Objects can be created by using the static methods in each of the core classes.

This is the case when connecting to the tabs api too. For example, you can connect to the api using this example.

Once a connection has been established, property data should be accessible. This page will explain how to access tabs property data.

Clone this wiki locally