class VitalsHandler

Defined in:

handlers/vitals_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_client : APIClient) #

Instance Method Detail

def get_help : String #

def handle_bp(user_id : String, systolic : Int32, diastolic : Int32) : String #

def handle_o2(user_id : String, blood_oxygen : Int32) : String #

def handle_pulse(user_id : String, pulse : Int32) : String #

def handle_vitals(user_id : String, params : String) : String #