pub async fn available_games_events(
user_id: UserIdDTO,
) -> Result<Streaming<AvailableGameEventDTO, JsonEncoding>>Expand description
ยงHandler information
- Method:
get - Path:
/api/{user_id}/available_games/events
pub async fn available_games_events(
user_id: UserIdDTO,
) -> Result<Streaming<AvailableGameEventDTO, JsonEncoding>>get/api/{user_id}/available_games/events