Crate tmf622_ordering

Crate tmf622_ordering 

Source
Expand description

TMF622 - Product Ordering Management API

This module implements the TM Forum Product Ordering Management API, providing a standardized interface for managing customer product orders.

Re-exports§

pub use db::get_order_by_id as db_get_order_by_id;
pub use db::get_orders as db_get_orders;
pub use auth::*;
pub use handlers::*;
pub use models::*;

Modules§

api
API route configuration for TMF622
auth
JWT Authentication for TMF622 API
db
Database operations for TMF622 Product Ordering
handlers
Request handlers for TMF622 API endpoints
models
TMF622 Product Ordering models