Reality Hub Developers Guide
Reality Hub integrates the Reality 5 with external data sources such as weather, finance, elections, and sports.
Powered by the web-based dynamic user interface and highly customizable tools, Reality Hub allows you to define rules for your data, organize the data sources and customize them to match your design.
The Developers Guide has the following sections:
Reality Hub Open-Source SDK
Getting Started to Module Development
REST API
A REST API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, POST, PATCH, and DELETE data types, referring to the reading, updating, creating, changing, and deleting operations concerning resources.
Token-Based Authentication
Reality Hub REST API uses token-based authentication with API Keys. API Keys are standalone entities that can be created independently without linking to users. Resources can be directly assigned to API Keys without requiring groups or policies, providing a simplified and efficient access management system.