From a378dd583dfc2ae0f705e09b449aa6a636c639b2 Mon Sep 17 00:00:00 2001 From: Davide D'Antonio Date: Wed, 26 Feb 2020 10:36:43 +0100 Subject: [PATCH] Added fastify-axios plugin (#2118) --- docs/Ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Ecosystem.md b/docs/Ecosystem.md index b18c62bdc7..5a9acf3d9c 100644 --- a/docs/Ecosystem.md +++ b/docs/Ecosystem.md @@ -54,6 +54,7 @@ Plugins maintained by the fastify team are listed under [Core](#core) while plug - [`fastify-angular-universal`](https://github.com/exequiel09/fastify-angular-universal) Angular server-side rendering support using [`@angular/platform-server`](https://github.com/angular/angular/tree/master/packages/platform-server) for Fastify - [`fastify-auth0-verify`](https://github.com/nearform/fastify-auth0-verify): Auth0 verification plugin for Fastify, internally uses [fastify-jwt](https://npm.im/fastify-jwt) and [jsonwebtoken](https://npm.im/jsonwebtoken). - [`fastify-autocrud`](https://github.com/paranoiasystem/fastify-autocrud) Plugin for autogenerate CRUD routes as fast as possible. +- [`fastify-axios`](https://github.com/davidedantonio/fastify-axios) Plugin to send HTTP requests via [axios](https://github.com/axios/axios). - [`fastify-babel`](https://github.com/cfware/fastify-babel) Fastify plugin for development servers which require babel transformations of JavaScript sources. - [`fastify-blipp`](https://github.com/PavelPolyakov/fastify-blipp) Prints your routes to the console, so you definitely know which endpoints are available. - [`fastify-bookshelf`](https://github.com/butlerx/fastify-bookshelfjs) Fastify plugin to add [bookshelf.js](http://bookshelfjs.org/) orm support.