Table of Contents

Builvero API Documentation

Welcome to the Builvero API documentation.

This documentation is automatically generated from XML documentation comments in the source code using DocFX.

Quick Navigation

  • API Reference - Complete API documentation including controllers, services, DTOs, and domain entities

Documentation Structure

The API documentation is organized by namespace:

  • Builvero.Api.Controllers - HTTP API endpoints
  • Builvero.Application.Services - Business logic services
  • Builvero.Application.DTOs - Data transfer objects
  • Builvero.Application.Interfaces - Service and repository interfaces
  • Builvero.Domain.Entities - Domain models and entities
  • Builvero.Infrastructure.Services - Infrastructure services (S3, SendGrid, etc.)
  • Builvero.Infrastructure.Repositories - Data access layer

How to Use This Documentation

  • Use the search functionality to find specific types, methods, or properties
  • Navigate by namespace using the left sidebar
  • Click on any type to see its full documentation including parameters, return values, and remarks
  • All documentation is generated from XML comments in the source code