Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 866 Bytes

File metadata and controls

24 lines (15 loc) · 866 Bytes

API Enhancement Proposals

BSRBSR

Common types used in AEPs

Protobuf Extensions

aep.dev has registered the extension ids 1264-1274 with the global extension registry. 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

# lint
make lint

# fix as best as possible
make fix