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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Full runnable scenario set lives in:

The SDK covers the full public API surface:

![API Method Family Map](docs/diagrams/01-api-method-family-map.svg)
![API Method Family Map](https://raw.githubusercontent.com/AxmeAI/axme-docs/main/docs/diagrams/api/01-api-method-family-map.svg)

*D1 families (intents, inbox, approvals) are the core integration path. D2 adds schemas, webhooks, and media. D3 covers enterprise admin. The Java SDK implements all three tiers.*

Expand All @@ -150,7 +150,7 @@ The SDK covers the full public API surface:

Cursor-based list endpoints are available for inbox change streams:

![Pagination, Filtering, and Sorting Patterns](docs/diagrams/03-pagination-filtering-sorting-patterns.svg)
![Pagination, Filtering, and Sorting Patterns](https://raw.githubusercontent.com/AxmeAI/axme-docs/main/docs/diagrams/api/03-pagination-filtering-sorting-patterns.svg)

*All list methods return a `cursor` field for the next page. Pass it as `after` in the next call. Filter and sort parameters are typed per endpoint.*

Expand Down Expand Up @@ -288,7 +288,6 @@ axme-sdk-java/
├── examples/
│ └── BasicSubmit.java # Minimal language-native quickstart
└── docs/
└── diagrams/ # Diagram copies for README embedding
```

---
Expand Down
276 changes: 0 additions & 276 deletions docs/diagrams/01-api-method-family-map.svg

This file was deleted.

Loading