Skip to content

Commit

Permalink
Adds documentation for supported locales on time slots
Browse files Browse the repository at this point in the history
  • Loading branch information
coconutcraig committed Sep 2, 2019
1 parent a336c6c commit 2c3843e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,10 @@ Send the API request using the pre-set filters.

Set a filter which will tell the API to return time slots in the given timezone. _(not publicly available yet)_

- `supporting(locales: string[])`

Set a filter which will tell the API to return time slots for users that support the given locales. _(not publically available yet)_

##### Example

```javascript
Expand All @@ -613,6 +617,7 @@ class TimeSlots {
.for(service)
.between(start, end)
.in('America/Chicago')
.supporting(['en', 'fr', 'es'])
.get()
}
}
Expand Down

0 comments on commit 2c3843e

Please sign in to comment.