Get all places from a list

This commit is contained in:
2026-06-29 19:24:25 +02:00
parent d36bef185c
commit e461932aa9
3 changed files with 90 additions and 0 deletions
+4
View File
@@ -101,6 +101,10 @@ await places.lists.getAll();
// Get specific list
await places.lists.get('to-do');
// Get all places from a list
await places.lists.getPlaces('to-do');
```
```
## API Reference