Update client to use /topics endpoint and add getVersion method

- Update listTopics() to use /topics endpoint instead of /
- Add getVersion() method to fetch server version information
- Add VersionResponse type and export it

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-08 11:35:00 +01:00
parent 2065aecc6a
commit 649a8d5d3f
3 changed files with 29 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ export type {
PollOffererResponse,
PollAnswererResponse,
PollResponse,
VersionResponse,
HealthResponse,
ErrorResponse,
RondevuClientOptions,