You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #6 doesn't solve it either. It just increases the limit to 2000.
Proposal:
Remove the url in opendata-tw.js. Instead, provide a Get method of the url with offset and limit.
Fetch the data multiple times and asynchronously.
The fetch batch maybe determined by count in the response of the first 1000 results.
If count is more then 1000, then creates a batch of requests to fetch the remaining data and merge them with the first 1000 result.
Currently the data is fetched by static URLs, and the results are limited by the api.
taiwan-holiday.js/lib/opendata-tw.js
Line 26 in 5c7801d
PR #6 doesn't solve it either. It just increases the limit to 2000.
Proposal:
API reference: 臺北市政府行政機關辦公日曆表
The text was updated successfully, but these errors were encountered: