|
1 | 1 | # Adopting AEPs for your company |
2 | 2 |
|
3 | | -By adopting the guidelines from the API Enhancement Proposals, you establish a much |
4 | | -tighter and efficient possibility space. APIs that follow the |
| 3 | +By adopting the guidelines from the API Enhancement Proposals, you establish a |
| 4 | +much tighter and efficient possibility space. APIs that follow the |
5 | 5 | [AEP guidance](https://aep.dev) from the design stage: |
6 | 6 |
|
7 | | -- are more consistent within and across teams, reducing cognitive load for API consumers |
8 | | -- reduce arguments about API design decisions, thanks to the AEP specification, tools, and exemplar design patterns |
| 7 | +- are more consistent within and across teams, reducing cognitive load for API |
| 8 | + consumers |
| 9 | +- reduce arguments about API design decisions, thanks to the AEP specification, |
| 10 | + tools, and exemplar design patterns |
9 | 11 |
|
10 | | -Having an AEP-compliant API also means benefitting from the AEP ecosystem of tooling, such as: |
| 12 | +Having an AEP-compliant API also means benefitting from the AEP ecosystem of |
| 13 | +tooling, such as: |
11 | 14 |
|
12 | | -- Linters and validators to ensure adherence to the AEP design specification [proto]()/[openapi]() |
13 | | -- A command line tool interface genreator that make it easier to work with APIs ([aepcli](https://github.com/aep-dev/aepcli)) |
14 | | -- Client-side and server-side code generators ([aepc](https://github.com/aep-dev/aepc)) |
15 | | -- A Terraform provider ([terraform-provider-aep](https://github.com/aep-dev/terraform-provider-aep)) |
16 | | -- ... and more! Please start a [discussion](https://github.com/aep-dev/aep.dev/discussions) if there is something you wish to see, validate, or prioritize. |
| 15 | +- Linters and validators to ensure adherence to the AEP design specification |
| 16 | + [proto]()/[openapi]() |
| 17 | +- A dynamic command line interface generator that make it easier to work with |
| 18 | + APIs ([aepcli](https://github.com/aep-dev/aepcli)) |
| 19 | +- Client-side and server-side code generators |
| 20 | + ([aepc](https://github.com/aep-dev/aepc)) |
| 21 | +- A Terraform provider |
| 22 | + ([terraform-provider-aep](https://github.com/aep-dev/terraform-provider-aep)) |
| 23 | +- ... and more! Please start a |
| 24 | + [discussion](https://github.com/aep-dev/aep.dev/discussions) if there is |
| 25 | + something you wish to see, validate, or prioritize. |
0 commit comments