https://github.com/aep-dev/aep-components
Common types used in AEPs
https://github.com/aep-dev/aep-components
Last synced: 5 months ago
JSON representation
Common types used in AEPs
- Host: GitHub
- URL: https://github.com/aep-dev/aep-components
- Owner: aep-dev
- Created: 2023-07-21T16:53:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-09T18:38:27.000Z (7 months ago)
- Last Synced: 2025-11-09T20:31:43.557Z (7 months ago)
- Language: Makefile
- Size: 95.7 KB
- Stars: 0
- Watchers: 6
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# API Enhancement Proposals
[][bsr-aep-type][][bsr-aep-conformance]
Common types used in AEPs
[bsr-aep-conformance]: https://buf.build/aep/conformance
[bsr-aep-type]: https://buf.build/aep/type
## Protobuf Extensions
aep.dev has registered the extension ids 1264-1274 with the [global extension registry](https://github.com/protocolbuffers/protobuf/blob/main/docs/options.md). Any extensions added to this project should use these values.
To minimize the need to add new ids to the global registry, additions should try to re-use the existing extensions as much as possible (for example, additional field annotations should be added as fields to `aep.api.field_info`).
### Quick Start
```bash
# lint
make lint
# fix as best as possible
make fix
```