Skip to content

Commit 4517293

Browse files
authored
Update README.md
1 parent f73bedf commit 4517293

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ An easy tool to communicate with your server's API in JSON format. Supports quer
77

88
The framework supports `GET`, `POST`, `PUT` and `DELETE` requests for now.
99

10+
`PATCH` is added at **0.6.0**, maybe it's not so RESTful, but you have it.
11+
1012
# Installation
1113
## Carthage
1214
```
@@ -154,7 +156,7 @@ var sessionAuthenticator: RequestAuthenticator {
154156
- [x] Document the authentication
155157
- [x] Carthage support
156158
- [x] CocoaPods support
157-
- [ ] expand error types to almost full
159+
- [x] expand error types to almost full
158160
- [ ] make JSON and [JSON] comform to JSONParseable to reduce redundant code
159161
- [ ] Add more unit tests
160162
- [x] Travis

0 commit comments

Comments
 (0)