-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add static API endpoints for Japanese holidays under v1/
path
#10
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c08253 - Browse repository at this point
Copy the full SHA 8c08253View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6e3b5 - Browse repository at this point
Copy the full SHA ee6e3b5View commit details -
Merge pull request #1 from 46ki75/chore/dependabot
Add Dependabot configuration for Cargo dependencies
Configuration menu - View commit details
-
Copy full SHA for 9511afc - Browse repository at this point
Copy the full SHA 9511afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087388c - Browse repository at this point
Copy the full SHA 087388cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d816fd0 - Browse repository at this point
Copy the full SHA d816fd0View commit details -
Merge pull request #2 from 46ki75/chore/github-features
Add contribution and bug report templates
Configuration menu - View commit details
-
Copy full SHA for d5c64c4 - Browse repository at this point
Copy the full SHA d5c64c4View commit details -
chore(devcontainer): Set up development container with custom bash co…
…nfiguration and VSCode extensions
Configuration menu - View commit details
-
Copy full SHA for 8918b3f - Browse repository at this point
Copy the full SHA 8918b3fView commit details -
chore(devcontainer): Update Dockerfile to use Rust base image and ins…
…tall cargo-binstall
Configuration menu - View commit details
-
Copy full SHA for 6eaa855 - Browse repository at this point
Copy the full SHA 6eaa855View commit details -
Merge pull request #3 from 46ki75/chore/devcontainer
Set up development container with Rust and custom configurations
Configuration menu - View commit details
-
Copy full SHA for 44bbfb5 - Browse repository at this point
Copy the full SHA 44bbfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507d606 - Browse repository at this point
Copy the full SHA 507d606View commit details -
Configuration menu - View commit details
-
Copy full SHA for e60ed77 - Browse repository at this point
Copy the full SHA e60ed77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499c7b6 - Browse repository at this point
Copy the full SHA 499c7b6View commit details -
Merge pull request #4 from 46ki75/feature/decode-sjis
Implement CSV fetching with error handling and encoding support
Configuration menu - View commit details
-
Copy full SHA for efe6101 - Browse repository at this point
Copy the full SHA efe6101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84df18d - Browse repository at this point
Copy the full SHA 84df18dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b7a25 - Browse repository at this point
Copy the full SHA f7b7a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc219e6 - Browse repository at this point
Copy the full SHA fc219e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d78ed33 - Browse repository at this point
Copy the full SHA d78ed33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dac6a7 - Browse repository at this point
Copy the full SHA 9dac6a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a928e - Browse repository at this point
Copy the full SHA f9a928eView commit details -
feat: Enhance Response struct with date components and update main to…
… display responses
Configuration menu - View commit details
-
Copy full SHA for 53dc4d7 - Browse repository at this point
Copy the full SHA 53dc4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1feb1ec - Browse repository at this point
Copy the full SHA 1feb1ecView commit details -
Merge pull request #5 from 46ki75/feature/deserialize-csv
Add CSV parsing and date handling features
Configuration menu - View commit details
-
Copy full SHA for 1bd2fbb - Browse repository at this point
Copy the full SHA 1bd2fbbView commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6663af6 - Browse repository at this point
Copy the full SHA 6663af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a045d55 - Browse repository at this point
Copy the full SHA a045d55View commit details -
feat: Update Response struct to support optional holiday names and ad…
…d conversion from NaiveDate
Configuration menu - View commit details
-
Copy full SHA for ca1c039 - Browse repository at this point
Copy the full SHA ca1c039View commit details -
feat: Add serde_json dependency and implement JSON serialization for …
…holiday responses
Configuration menu - View commit details
-
Copy full SHA for bf0e0b8 - Browse repository at this point
Copy the full SHA bf0e0b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44edc0b - Browse repository at this point
Copy the full SHA 44edc0bView commit details -
feat: Refactor response saving to use dynamic directory and update sa…
…ve method signature
Configuration menu - View commit details
-
Copy full SHA for d67660d - Browse repository at this point
Copy the full SHA d67660dView commit details -
feat: Add day_of_week and day_of_week_ja fields to Response struct an…
…d implement conversion methods
Configuration menu - View commit details
-
Copy full SHA for 4f4395f - Browse repository at this point
Copy the full SHA 4f4395fView commit details -
test: Add unit tests for Response struct conversion methods and Japan…
…ese weekday representation
Configuration menu - View commit details
-
Copy full SHA for d636d30 - Browse repository at this point
Copy the full SHA d636d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd31c1 - Browse repository at this point
Copy the full SHA ccd31c1View commit details -
feat: Add ResponseList struct for managing holiday responses and impl…
…ement saving to JSON
Configuration menu - View commit details
-
Copy full SHA for 533a977 - Browse repository at this point
Copy the full SHA 533a977View commit details -
Merge pull request #6 from 46ki75/feature/output
Enhance holiday date management and JSON serialization
Configuration menu - View commit details
-
Copy full SHA for 84a00b7 - Browse repository at this point
Copy the full SHA 84a00b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a86a67a - Browse repository at this point
Copy the full SHA a86a67aView commit details -
Merge pull request #7 from 46ki75/feature/yearly
Enhance holiday response processing with monthly and yearly aggregation
Configuration menu - View commit details
-
Copy full SHA for 14fb46e - Browse repository at this point
Copy the full SHA 14fb46eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e14a44e - Browse repository at this point
Copy the full SHA e14a44eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 706e905 - Browse repository at this point
Copy the full SHA 706e905View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb996c4 - Browse repository at this point
Copy the full SHA eb996c4View commit details -
Merge pull request #8 from 46ki75/chore/github-actions
Add GitHub Actions workflows for testing and deployment
Configuration menu - View commit details
-
Copy full SHA for c8010b6 - Browse repository at this point
Copy the full SHA c8010b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c7a35 - Browse repository at this point
Copy the full SHA 12c7a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5c7c1 - Browse repository at this point
Copy the full SHA 3a5c7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d86669b - Browse repository at this point
Copy the full SHA d86669bView commit details -
docs: Enhance README for Japanese Holidays API with static file detai…
…ls and update usage recommendations
Configuration menu - View commit details
-
Copy full SHA for a6b9a26 - Browse repository at this point
Copy the full SHA a6b9a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be5ca4 - Browse repository at this point
Copy the full SHA 8be5ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b2eb2 - Browse repository at this point
Copy the full SHA 85b2eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b22bb7 - Browse repository at this point
Copy the full SHA 3b22bb7View commit details -
Merge pull request #9 from 46ki75/feature/docs
Enhance Japanese Holidays API with templates, error handling, and CI/CD integration
Configuration menu - View commit details
-
Copy full SHA for 8973836 - Browse repository at this point
Copy the full SHA 8973836View commit details