Izenda BI
4.0
Contents:
Introduction
Installation and Maintenance Guide
Administrator Guide
User Guide
Developer Guide
Interacting with the Izenda API
Full API List
Basic API Client Code Samples
REST API Test
ReactJS to manage a scalar value
ReactJS to manage the list of categories
ReactJS to toggle the list of visible data sources
Intermediate API Client Code Samples
Embedding Izenda
Export Micro Service
Configuring Natural Language Query
Customizing Your Izenda Instance
Redistributing the Izenda Documentation
System Reference
Frequently Asked Questions
Glossary
Release Notes
Acknowledgements
6 Series Documentation
Izenda BI
»
Developer Guide
»
Basic API Client Code Samples
View page source
Basic API Client Code Samples
ΒΆ
REST API Test
Folder preparation
API Access Token preparation
How to use JQuery library
Boilerplate HTML page
Code sample for calling REST API
View the web page in browser and the JavaScript Console
Summary
ReactJS to manage a scalar value
Prerequisites
Boilerplate code
ReactJS basics
Implement fetchData
Implement pushData
Summary
ReactJS to manage the list of categories
Prerequisites
Boilerplate code for an array
Implement fetchData
Implement pushData
Implement addCategory
Implement removeCategory
Summary
ReactJS to toggle the list of visible data sources
Prerequisites
Thinking in React
Start with a mock
Break the UI into a component hierarchy
Build a static version in React
Identify the minimal UI state
Identify where the state should live
Add inverse data flow
Implement pushData
Summary