Web Connector: technical documentation | crystal resources

crystal supports many data sources, but not all of them! You might need to hook up a data source that we don’t support yet — that’s where the Web Connector comes in, as we explained in this article.

In order to develop a Web Connector for crystal use, you will need the documentation you can find here.

On this site you will also find a deep dive tutorial on how to develop a Web Connector.

The Web Connector is able to communicate with services that implement the iGenius adapter’s Software Development Kit interfaces: here you will find the documentation for our SDK.

In this documentation, you can also find all the information about the data structures that you need to use to communicate with crystal backend services.

Last updated