module TandaCLI::API::Endpoints::ClockIn

Direct including types

Defined in:

tanda_cli/api/endpoints/clock_in.cr

Instance Method Summary

Instance Method Detail

def clockins(date : Time) : API::Result(Array(Types::ClockIn)) #

[View source]
def send_clock_in(time : Time, type : String, photo : String | Nil = nil, mobile_clockin : Bool = false) : API::Result(Nil) #

[View source]