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
The [AEP Project](https://aep.dev) is an API design specification and ecosystem
4
-
of clients and tooling for protobuf and HTTP REST APIs.
3
+
**TL;DR:** AIPs are lots of documents on how we do APIs.
5
4
6
5
## Overview
7
6
8
-
See [GOVERNANCE.md](./GOVERNANCE.md).
7
+
AEP stands for **API Enhancement Proposal**, which is a design document
8
+
providing high-level, concise documentation for API development. The goal is
9
+
for these documents to serve as the source of truth for API-related
10
+
documentation at Thryv and the way API teams discuss and come to consensus on
11
+
API guidance. The program is named and styled after Python's enhancement
12
+
proposals (PEPs) which have seemed to work pretty well over the years.
9
13
10
-
## Learn and Connect
14
+
## Have an idea for an AEP?
11
15
12
-
If you'd like to get involved in the AEP community, we'd love to have you! The
13
-
following channels of communication are available:
16
+
If you **have an idea for an AEP that isn't written yet** (yes, there are
17
+
plenty!) check out [Contributing to the project][] to see how you can write
18
+
AEPs for others to follow.
14
19
15
-
-[The #aep channel in the CNCF Slack](https://cloud-native.slack.com/archives/C04TX46UCTV).
16
-
Sign up at https://slack.cncf.io.
17
-
-[The AEP Google Calendar, to view any upcoming meetings](https://calendar.google.com/calendar/u/0/embed?src=7e35dd3df194a32f4fa7c03a3454e24ba3651e6f568248efe1ddf1e34a7bee9e@group.calendar.google.com&ctz=America/Los_Angeles)
18
-
- A weekly project meeting is held, which anyone interested is welcome to
19
-
attend!
20
+
[contributing to the project]: ./CONTRIBUTING.md
20
21
21
22
## License
22
23
@@ -28,5 +29,7 @@ For the full text of each license, see [`LICENSE.md`](./LICENSE.md). For
28
29
additional details, see the developer.google.com [Site Policies][3].
0 commit comments