api_handler

Attribute Macro api_handler 

Source
#[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