Skip to content

Commit

Permalink
Merge pull request #31 from anton6tak/ktor-page
Browse files Browse the repository at this point in the history
ktorpage fix and more info
  • Loading branch information
Alex009 authored Apr 14, 2022
2 parents 3e7847d + 2b5fa02 commit 7ff707b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions university/3-kotlin-multiplatform-mobile/ktor-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ sidebar_position: 5
# Ktor Client

[Ktor Client](https://github.com/ktorio/ktor) - это мультиплатформенная библиотека для работы с сетью.
[Официальная документация](https://ktor.io/docs/getting-started-ktor-client.html) по Ktor Client. К документации следует обращаться за поиском информации по конкретному вопросу
[Официальная документация](https://ktor.io/docs/ktor-client.html), к ней следует обращаться за поиском информации по конкретному вопросу.

Рекомендуем обязательно ознакомиться со следующими разделами
1. [Пример подключения и использования Ktor Client](https://ktor.io/docs/http-client-multiplatform.html)
1. [Документация по созданию и настройке запросов](https://ktor.io/docs/request.html)
1. [Документация по получению и обработке ответов](https://ktor.io/docs/response.html)
Рекомендуем обязательно ознакомиться со следующими разделами:
1. [Раздел Setting up Client](https://ktor.io/docs/client-dependencies.html) (все страницы)
1. [Раздел Requests](https://ktor.io/docs/request.html) (все страницы)
1. [Раздел Responses](https://ktor.io/docs/response.html) (все страницы)

В качестве практического задания предлагаем пройти официальную [кодлабу](https://play.kotlinlang.org/hands-on/Networking%20and%20Data%20Storage%20with%20Kotlin%20Multiplatfrom%20Mobile/01_Introduction) для закрепления знаний по Serialization и Ktor
## Практическое задание
Выполните действия по [статье](https://ktor.io/docs/getting-started-ktor-client-multiplatform-mobile.html).

0 comments on commit 7ff707b

Please sign in to comment.