Skip to content

Commit 77868d6

Browse files
docs: add API reference with full type and method documentation
Phase 2 task: API documentation covering: - All core types (User, Domain, Role, Object, ObjectData, Policy, UserRolePair, Directory, DirectoryRequest, DirectoryResponse) - All four service interfaces (IBaseService, IFeatureService, IDirectoryService, ICurrentService) with parameters, return values, and usage notes for each method - Constructor (New) and Options fields - Utility functions (Check, Filter, ID, IDMap) - Error reference table - Update README docs table to link to api-reference.md
1 parent 6d28848 commit 77868d6

3 files changed

Lines changed: 760 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ stage, err := playground.NewPlaygroundWithSqlitePath(t.TempDir())
189189
| [Getting Started](./docs/getting-started.md) | Step-by-step guide with complete runnable examples |
190190
| [Configuration](./docs/configuration.md) | All config options: DB, dictionary, watcher |
191191
| [Design](./docs/design.md) | Architecture and design decisions |
192-
| [API](./docs/api.md) | Full service method reference |
192+
| [API Reference](./docs/api-reference.md) | Full type and method reference with parameters, return values, and usage notes |
193193

194194
## Storage backends
195195

0 commit comments

Comments
 (0)