#[api_handler]Expand description
Simple api_handler attribute that works with current simplified implementation
Usage:
#[api_handler]- No tags#[api_handler("tag1")]- Single tag#[api_handler("tag1", "tag2")]- Multiple tags
#[api_handler]Simple api_handler attribute that works with current simplified implementation
Usage:
#[api_handler] - No tags#[api_handler("tag1")] - Single tag#[api_handler("tag1", "tag2")] - Multiple tags