Добавлен эндпойнт /v1/admin/reviews #20
This commit is contained in:
@@ -243,7 +243,9 @@ register_and_login(Email, Password) ->
|
||||
end.
|
||||
|
||||
create_calendar(Token, Params) ->
|
||||
Id = extract_json(http_post("/v1/calendars", Params, Token), <<"id">>),
|
||||
Response = http_post("/v1/calendars", Params, Token),
|
||||
ct:pal(" create_calendar Response: ~p~n", [Response]),
|
||||
Id = extract_json(Response, <<"id">>),
|
||||
Id.
|
||||
|
||||
create_event(Token, CalId, Params) ->
|
||||
|
||||
Reference in New Issue
Block a user