Skip to content

Developer Resources

This page contains information about available resources to help you integrate CxReports into your environment.

API Clients

To interact with CxReports programmatically, you can use our API clients available on NPM and NuGet. These clients allow you to easily integrate CxReports functionalities into your applications.

Code

npm install @cx-reports/api-client
dotnet add package CxReports.ApiClient
pip install cxreports-api-client

Demo Applications

To help you get started quickly, we provide demo applications that showcase how to integrate and use CxReports in different environments. These demos can serve as a reference or a starting point for your own projects.

Additional Resources

For more detailed information, code examples, and further documentation, please visit our GitHub page.