You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,14 @@
7
7
--
8
8
## Introduction
9
9
### What is ApiAggregator?
10
-
`ApiAggregator` is a .net utility to help combine multiple api requests to return a single aggregated response. The utility optionally allows conditionally including a subset of configured apis to return responses.
10
+
`ApiAggregator` is a .net utility to help combine multiple api requests to return a single aggregated response. The framework allows conditionally including a subset of configured apis to return responses.
11
11
12
12
#### Extends `Schemio` for APIs
13
13
ApiAggregator uses `Schemio` to extend support for apis to configure hierarchical graph of `query`/`transformer` pairs to return aggregated data in a single response.
14
-
You can read on [Schemio](https://github.com/CodeShayk/Schemio) for more details on the core functionality.
14
+
> You can read on [Schemio](https://github.com/CodeShayk/Schemio) for more details on the core functionality.
15
+
16
+
Please see appendix for schemio implementation in ApiAggregator.
0 commit comments