DEV Community

Cover image for Axiosfit, a cool way to organize your HTTP client requests
David (ダビッド ) for YggdrasilTS

Posted on • Edited on

3 2

Axiosfit, a cool way to organize your HTTP client requests

Original Post

Nowadays, all the developers have had to build applications that need communication with other applications or services even more important if you are in a microservices architecture. Depending on how much communications you have had to use, the big amount of endpoints that would be needed to handle could turn into a big headache.

The main purpose of Axiosfit is giving you a pill to minimize this headache 😜 and helping you to manage all of these endpoints in an organized way.

What is Axiosfit?

Axiosfit is the first component of YggdrasilTS tool set and, like its README sais, it is a project inspired by Retrofit to create declarative HTTP clients using axios, one of the most popular libraries used in Javascript.

It has been thought to be used inside TypeScript projects, both worlds, frontend and backend, and it helps you to have your HTTP clients organized.

Since it is developed in TypeScript, all of its main features are a set of Decorators that make easy to configure your HTTP clients to interact with different APIs.

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay