Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Subbotin authored and vani2 committed Sep 9, 2020
1 parent b2c1430 commit d71690f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

The library for organizing a network layer in a project.

- The library doesn't depend on the implementation of how to work with the network. You can use `URLSession` or `Alamofire`.
- Separate the objects to work with the network in a separate module, target or library, so that they are isolated in their `namespace`.
- Break down requests into separate structures. Classes are not forbidden, but make them non-mutable. Use `enum` if different requests have the same response.

Expand Down
1 change: 0 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

Библиотека для организации сетевого слоя в проекте.

- Не зависит от реализации работы с сетью. Может быть использована `URLSession` или `Alamofire`.
- Выделяйте объекты для работы с сетью в отдельный модуль, таргет или библиотеку, чтобы они находились изолировано в своём `namespace`.
- Разбивайте запросы на отдельные структуры. Классы не запрещаются, но делайте их неизменяемыми. `enum` могут подойти, если разные запросы имеют одинаковый ответ на них.

Expand Down

0 comments on commit d71690f

Please sign in to comment.