mirror of
https://github.com/Luzifer/go-holidays.git
synced 2024-12-25 13:21:17 +00:00
Document locale parameter
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dca98cfecb
commit
4df4deb980
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ Examples:
|
|||
You can also request a specific response format (one of `ics` or `json`):
|
||||
- [`/us.ics`](/us.ics) - Federal holidays for the United States for the current year in ICS format
|
||||
- [`/de-by/2017.ics`](/de-by/2017.ics) - Holidays for Bavaria for October 2017 in ICS format
|
||||
- [`/de-by/2017.ics?locale=de`](/de-by/2017.ics?locale=de) - Holidays for Bavaria for October 2017 in ICS format using German holiday names
|
||||
|
||||
No request limits are enforced so please play nice with the API.
|
||||
|
||||
|
|
Loading…
Reference in a new issue