ExUbx v0.2.0 ExUbx View Source
The base module of ExUbx.
A ExUbx
module to provide the a basic method for other module to call.
Link to this section Summary
Functions
Return converted performance list by mixing performance and status
Return ExUbx.Api.Struct.Auth
struct included cookie and location
Return ExUbx.Api.Struct.Performance
struct included performances and status
Link to this section Types
Link to this type
auth_struct_t()
View Source
auth_struct_t()
View Source
auth_struct_t() :: ExUbx.Api.Struct.Auth.t()
auth_struct_t() :: ExUbx.Api.Struct.Auth.t()
Link to this type
performance_struct_t()
View Source
performance_struct_t()
View Source
performance_struct_t() :: ExUbx.Api.Struct.Performance.t()
performance_struct_t() :: ExUbx.Api.Struct.Performance.t()
Link to this section Functions
Link to this function
convert_performances(performance_struct)
View Source
convert_performances(performance_struct)
View Source
convert_performances(performance_struct_t()) :: list()
convert_performances(performance_struct_t()) :: list()
Return converted performance list by mixing performance and status
Link to this function
fetch_auth()
View Source
fetch_auth()
View Source
fetch_auth() :: auth_struct_t()
fetch_auth() :: auth_struct_t()
Return ExUbx.Api.Struct.Auth
struct included cookie and location
Link to this function
fetch_performance(cookie, event_id)
View Source
fetch_performance(cookie, event_id)
View Source
fetch_performance(term(), integer()) :: performance_struct_t()
fetch_performance(term(), integer()) :: performance_struct_t()
Return ExUbx.Api.Struct.Performance
struct included performances and status