jurajmajer / enrico

Enrico Service provides holiday dates for several countries.
MIT License
44 stars 22 forks source link

API to determine if a day is a working day #2

Closed lpgera closed 6 years ago

lpgera commented 6 years ago

Hello!

Could you please make an API for querying whether a specific day is a workday in a country or not? Almost like the isPublicHoliday action, but taking in account extra workdays too. Correct me if I'm wrong, but with the current API I can only use getPublicHolidaysForDateRange to extract this information.

Thank you!

jurajmajer commented 6 years ago

I have added new action isWorkDay to JSON and SOAP API.

lpgera commented 6 years ago

Perfect! Thanks! 👍