mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-10 02:43:23 +00:00
Update demo to use integrated RondevuAPI
- Removed separate RondevuClient instantiation - Updated to use rdv.api for all API calls (getVersion, listTopics, listSessions) - Updated README example to show integrated API usage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -128,9 +128,12 @@ This demo connects to: `https://rondevu.xtrdev.workers.dev`
|
||||
To use a different server, modify the `baseUrl` in `src/main.js`:
|
||||
|
||||
```javascript
|
||||
const client = new RondevuClient({
|
||||
const rdv = new Rondevu({
|
||||
baseUrl: 'https://your-server.com'
|
||||
});
|
||||
|
||||
// Access the API for low-level operations
|
||||
rdv.api.listTopics();
|
||||
```
|
||||
|
||||
### Technologies
|
||||
|
||||
Reference in New Issue
Block a user