Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stivo182 authored Jul 7, 2024
1 parent b717e9d commit bb6046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Curl = Обработки.Curl
// Передаем данные Basic-аутентификации
.Аутентификация("< Имя пользователя >", "< Пароль >")
// Отправляем запрос
.Get("https://httpbin.org/get");
// Получаем данные
.Получить("https://httpbin.org/get");
// Обрабатываем ответ как JSON
Json = Curl.ОтветКакJson();
Expand Down

0 comments on commit bb6046c

Please sign in to comment.