jayjah / calendarific_dart

A dart package to retrieve data from calendarific API

Home Page:https://pub.dev/packages/calendarific_dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] add additional premium path parameters

jayjah opened this issue · comments

Calendarific supports additional premium path parameters. See following table for reference:

language Returns the name of the holiday in the official language of the country if available. This defaults to english. This must be passed as the 2-letter ISO639 Language Code. An example is to return all the names of france holidays in french you can just add the parameter like this: &language=fr
uuid Returns a UUID for every holiday returned in the response [true or false].

Calendarific docs

Currently blocked, because no premium API key is currently available