From bb9c92b036712ba2b81156c4c597c61d571d3b12 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 May 2020 00:23:12 -0400 Subject: [PATCH 1/2] Add Fetch API wrapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec1bfd1..8880d85 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## API +* [FarFetch](https://github.com/WebsiteBeaver/far-fetch) - Modern Fetch API wrapper for simplicity. * [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js. * [bottleneck](https://github.com/SGrondin/bottleneck) - A powerful rate limiter that makes throttling easy. * [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser. From aaae069bd23a0e227fb40645d371363e24a93cd0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 May 2020 11:14:12 -0400 Subject: [PATCH 2/2] Reorder link to bottom and add more details to text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8880d85..66c45cd 100644 --- a/README.md +++ b/README.md @@ -534,7 +534,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## API -* [FarFetch](https://github.com/WebsiteBeaver/far-fetch) - Modern Fetch API wrapper for simplicity. * [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js. * [bottleneck](https://github.com/SGrondin/bottleneck) - A powerful rate limiter that makes throttling easy. * [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser. @@ -543,6 +542,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Rails Ranger](https://github.com/victor-am/rails-ranger) - An opinionated REST client for Ruby on Rails APIs. * [wretch](https://github.com/elbywan/wretch) - A tiny wrapper built around fetch with an intuitive syntax. * [Bearer.sh](https://github.com/Bearer/bearer-js) - Universal API client that supports OAuth / API Key / Basic / etc. +* [FarFetch](https://github.com/WebsiteBeaver/far-fetch) - Modern Fetch API wrapper for simplicity, with concise file uploading. ## Streaming