Summary of gRPC Services in the API
TenantService
- Focuses on retrieving tenant-specific information.
- Offers the "GetInfo" RPC method to access tenant details.
- Ideal for multi-tenant applications to manage and retrieve tenant-related data.
TeamService
- Dedicated to team management within your application.
- Includes RPC methods for creating, listing, and deleting teams.
- Essential for organizing teams collaborating on various projects or tasks.
UserService
- Primarily concerned with user-related operations.
- Provides the "List" RPC method to retrieve a list of users.
- Simplifies user management, enabling easy access to user profiles and permissions.
ComponentService
- Focused on managing components in your application.
- Offers CRUD (Create, Read, Update, Delete) operations for components.
- Streamlines the process of creating, listing, and deleting components as needed.
XEventsService
- Centrally manages various types of events in your application.
- Allows for the creation and monitoring of events, including deployments, builds, custom events, and pushes.
- Offers insights into the event lifecycle, enabling you to track events efficiently.
Each service is tailored to specific aspects of your application, providing streamlined and efficient operations. Whether you need to handle tenant-specific data, manage teams and users, or oversee components and events, the gRPC API's services are designed to support your application's various requirements. These services offer structured and extensible approaches to meet your needs, enhancing your application's overall functionality and management capabilities.
This site contains the documentation for the following Protobuf packages.