From 21f4e8a5c27405ac259f8635d2bd2c34de6bee4f Mon Sep 17 00:00:00 2001 From: Corentin Brossault Date: Thu, 21 Nov 2019 16:33:32 +0100 Subject: [PATCH] Add Bearer.sh API Client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6019d9a..25a2c43 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## API * [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js. +* [Bearer.sh](https://github.com/Bearer/bearer-js) - Universal API client that supports OAuth / API Key / Basic / etc. * [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. * [amygdala](https://github.com/lincolnloop/amygdala) - RESTful HTTP client for JavaScript powered web applications.