Skip to main content

Crate tmf634_quote

Crate tmf634_quote 

Source
Expand description

TMF634 - Quote Management API

This module implements the TM Forum Quote Management API, providing a standardized interface for managing product and service quotes.

Re-exports§

pub use db::get_quote_by_id as db_get_quote_by_id;
pub use db::get_quotes as db_get_quotes;
pub use auth::*;
pub use handlers::*;
pub use models::*;

Modules§

api
API route configuration for TMF634
auth
JWT Authentication for TMF634 API
db
Database operations for TMF634 Quote Management
handlers
Request handlers for TMF634 API endpoints
models
TMF634 Quote Management models