Skip to content

Commit 2da7d85

Browse files
authored
Update README.md
1 parent 59178ba commit 2da7d85

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
--
88
## Introduction
99
### 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.
1111

1212
#### Extends `Schemio` for APIs
1313
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.
17+
1518

1619
## Using ApiAggregator
1720
Coming soon

0 commit comments

Comments
 (0)