class HqTrivia::HqCoordinator

Overview

Searches for shows against the actual HQ API

Defined in:

hqtrivia/show_coordinator/hq_coordinator.cr

Instance Method Summary

Instance methods inherited from class HqTrivia::Coordinator

country : String country, current_show current_show, game_type : String? game_type

Constructor methods inherited from class HqTrivia::Coordinator

new(country : String, game_type : String | Nil = nil) new

Instance Method Detail

def current_show #

Current HQ show, or raises if authentication error or http error


[View source]