Overview
Blocklet Service is a foundational layer that provides a suite of ready-to-use, reusable services for blocklets. It is designed to run within a Blocklet Server environment and acts as a central hub for common functionalities that applications often require. By offering these services out-of-the-box, it accelerates development, ensures consistency, and reduces the redundant work of building essential features from scratch.
This documentation is structured to guide two primary types of users: administrators who manage blocklets through a web interface, and developers who build applications on the platform.
Core Functionalities#
Blocklet Service provides a wide range of services that can be categorized as follows:
How This Documentation is Organized#
To cater to different needs, this documentation is divided into two main parts, ensuring that both administrators and developers can find the information relevant to their tasks efficiently.
For Administrators: User Guide#
The User Guide is intended for non-technical users and system administrators. It provides clear, step-by-step instructions for configuring and managing the various features of Blocklet Service through the web dashboard. This guide focuses on practical application management, monitoring, and customization without requiring any knowledge of coding.
For Developers: Developer Guide#
The Developer Guide is a comprehensive resource for software developers. It contains detailed technical information, API references, code snippets, and integration workflows necessary to programmatically utilize the reusable services provided by Blocklet Service in custom applications. This guide is designed to help developers build, extend, and integrate their blocklets with the platform's core functionalities.