Skip to content

Commit

Permalink
update features
Browse files Browse the repository at this point in the history
Signed-off-by: Zell Liew <zellwk@gmail.com>
  • Loading branch information
zellwk committed May 5, 2018
1 parent d43a118 commit a250c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,8 @@
1. zlFetch includes helpers for creating your request. Including:
1. Query parameters
2. Authorization
3. Sending JSON Data
3. Converts `body` to JSON if you're sending JSON data
4. Converts `body` to a valid query string if you're sending `x-www-form-urlencoded`
2. zlFetch helps transforms a fetch request.
1. Use your responses in the first `then` method.
2. Directs 400 and 500 errors into the `catch` method.
Expand Down

0 comments on commit a250c4e

Please sign in to comment.