asobi_tournament_controller (asobi v0.75.1)

View Source

Summary

Functions

index(Req)

-spec index(cowboy_req:req()) -> {json, map()}.

join(Req)

-spec join(cowboy_req:req()) -> {json, integer(), map(), map()} | {asobi_error, asobi_error:code()}.

show(Req)

-spec show(cowboy_req:req()) -> {json, map()} | {asobi_error, asobi_error:code()}.