add_result(ReqData::sc_push_wm_helper:wrq(), Results::list()) -> sc_push_wm_helper:wrq()
bad_request(ReqData, Ctx, Msg) -> any()
encode_ref(Ref::term()) -> binary()
ensure_path_item(Key, ReqData) -> any()
ensure_path_items(Keys, ReqData) -> any()
ensure_path_items(Rest, ReqData, Acc) -> any()
error_to_json(L) -> any()
get_media_type(CT::string()) -> string()
parse_json(ReqBody::binary()) -> {ok, sc_types:proplist(atom(), string() | binary())} | {error, binary()}
result_to_json(X1) -> any()
results_to_json(Results) -> any()
send_push(Notification) -> Result
Notification = sc_push:notification()
Result = {ok, term()} | {error, binary()}
store_prop(NewProp, PL) -> any()
store_props(Props, PL) -> any()