We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73bedf commit 4517293Copy full SHA for 4517293
README.md
@@ -7,6 +7,8 @@ An easy tool to communicate with your server's API in JSON format. Supports quer
7
8
The framework supports `GET`, `POST`, `PUT` and `DELETE` requests for now.
9
10
+`PATCH` is added at **0.6.0**, maybe it's not so RESTful, but you have it.
11
+
12
# Installation
13
## Carthage
14
```
@@ -154,7 +156,7 @@ var sessionAuthenticator: RequestAuthenticator {
154
156
- [x] Document the authentication
155
157
- [x] Carthage support
158
- [x] CocoaPods support
-- [ ] expand error types to almost full
159
+- [x] expand error types to almost full
160
- [ ] make JSON and [JSON] comform to JSONParseable to reduce redundant code
161
- [ ] Add more unit tests
162
- [x] Travis
0 commit comments