Skip to content

ApiAggregator - Framework for aggregating multiple apis to return a single response.

License

Notifications You must be signed in to change notification settings

CodeShayk/ApiAggregator

Repository files navigation

ninja ApiAggregator v1.0

NuGet version License: MIT Master-Build GitHub Release Master-CodeQL .Net 8.0

Introduction

What is ApiAggregator?

ApiAggregator is a .net utility to help combine multiple api requests to return a single aggregated response. The framework allows fetching the whole of aggregated response or a partial response based on the list of configured apis included in the aggregator request.

When is ApiAggregator useful?

ApiAggregator is useful in many use cases. Few to list are:

  • For creating Level 2 (functional or BFF) apis using Level 1 (core resource) apis.
  • For easily extending an api without having to break existing consumers.
  • For on demand retrieval of data using different subsets of configured apis to fetch varied datasets per request.
  • and Many more.

Getting Started?

i. Installation

Install the latest version of ApiAggregator nuget package with command below.

NuGet\Install-Package ApiAggregator 

ii. Developer Guide

Please read Developer Guide for details on how to implement ApiAggregator in your project.

Support

If you are having problems, please let me know by raising a new issue.

License

This project is licensed with the MIT license.

Version History

The main branch is now on .NET 8.0. The following previous versions are available:

Version Release Notes
v1.0.0 Notes

Credits

Thank you for reading. Please fork, explore, contribute and report. Happy Coding !! :)