Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ help:
install:
npm install .

lint:
lint: install
npm run lint
python3 scripts/fix.py --path ./aep/general/
python3 scripts/validate_links.py
Expand Down
13 changes: 7 additions & 6 deletions blog/aep-2026-release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ continuously relearn the same standards.

# A Shared Standard and Tools

The aep-2026 edition is our answer to that friction. It is an opinionated API
design specification, providing well-defined requirements around common REST
concepts like CRUD standard methods, pagination, filtering, and more. By
agreeing on these common patterns, we make it easier for services to talk to
each other, clients to be built, and for developers to move between projects
without needing to learn idiosyncratic conventions.
The [aep-2026 edition](https://aep.dev/aep-2026/1/) is our answer to that
friction. It is an opinionated API design specification, providing well-defined
requirements around common REST concepts like CRUD standard methods,
pagination, filtering, and more. By agreeing on these common patterns, we make
it easier for services to talk to each other, clients to be built, and for
developers to move between projects without needing to learn idiosyncratic
conventions.

<Image
src={aep300Image}
Expand Down