mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 22:05:44 +07:00
add reference
This commit is contained in:
parent
8591049e94
commit
93d4eea8a8
@ -232,6 +232,8 @@ router.request(.first(country: London)) { [weak self] (results: Result<CountryWe
|
||||
> **CountryWeather should be a model with Decodable**
|
||||
|
||||
|
||||
This reusable network layer files for referenced from [here](https://medium.com/flawless-app-stories/writing-network-layer-in-swift-protocol-oriented-approach-4fa40ef1f908)
|
||||
|
||||
## API
|
||||
|
||||
API(Application Programming Interface) is an interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user