@@ -120,6 +120,26 @@ Get all lists.
|
||||
|
||||
Array of List objects.
|
||||
|
||||
#### getPlaces()
|
||||
|
||||
> **getPlaces**(`listId`): `Promise`\<[`Place`](../type-aliases/Place.md)[]\>
|
||||
|
||||
Get all places from a list.
|
||||
|
||||
##### Parameters
|
||||
|
||||
###### listId
|
||||
|
||||
`string`
|
||||
|
||||
The slug ID of the list.
|
||||
|
||||
##### Returns
|
||||
|
||||
`Promise`\<[`Place`](../type-aliases/Place.md)[]\>
|
||||
|
||||
Array of Place objects.
|
||||
|
||||
#### removePlace()
|
||||
|
||||
> **removePlace**(`listId`, `placeId`): `Promise`\<[`List`](../type-aliases/List.md)\>
|
||||
|
||||
Reference in New Issue
Block a user