Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehAlbuga authored Sep 14, 2019
1 parent 970d978 commit 7a9d879
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 @@ -2,7 +2,7 @@

![](https://browniestorage.blob.core.windows.net/mycontainer/logo-sm.png)

### A simple network abstraction library that uses only URLSession. Supports Swift 4.0 JSON deserialization with Decodable protocol.
### A simple network abstraction library that uses only URLSession. Supports Swift 4.0 JSON deserialization with Decodable protocol. Unopinionated & Simple.
##### Most apps have one thing in common, API calls. We sometimes get confused by requirements and ask "where do we start?". You can define your APIs in iOS app in no time! No matter how big they are! No more "APIHelpers" or "APIManagers". Swapi covers your basic API needs with a small footprint!
#### Swapi: SwiftAPI :]

Expand All @@ -14,7 +14,7 @@ pod 'swapi', '~> 0.9'

## Usage
## Defining APIs
Defining APIs is easy and fun with Swapi and feels natural with Swift. Create an enum that conforms to **APIDefinitionProtocol** and implement the properties as need for your API. Here an example below:
Defining APIs is easy and fun with Swapi and feels natural with Swift. Create an enum that conforms to **APIDefinitionProtocol** and implement the properties as needed for your API. Here an example below:
```swift

import swapi
Expand Down

0 comments on commit 7a9d879

Please sign in to comment.