FiveAnts.Endpoint

The Endpoint class in C# is a versatile HTTP client wrapper for making RESTful API calls. It supports various HTTP methods like GET, POST, PUT, DELETE, and PATCH, and allows for header, cookie, and query parameter manipulation. It also provides basic and bearer token authentication.
🧐 Features
Here're some of the project's best features:
🛠️ Installation Steps
Installation via command line using dotnet CLI.
dotnet add package FiveAnts.Endpoint
Technologies used in the project:
🛡️ License
This project is licensed under the MIT License