Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/suzuki-shunsuke/japanese-holiday-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/suzuki-shunsuke/japanese-holiday-api

  • v1.0.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

japanese-holiday-api

日本の休日を取得するAPI。 内閣府が提供するCSVを元にしている。 Goの勉強がてら作ってみた。

  • http://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html
  • http://www8.cao.go.jp/chosei/shukujitsu/syukujitsu.csv

Build

$ make

API Reference

Request & Response

- method: GET
  url: /holidays
  query:
    from:
      description: 取得開始日(>=)
      type: str
      format: Y-m-d
      required: true
    to:
      description: 取得終了日(<)
      type: str
      format: Y-m-d
      required: true
  response:
  - status_code: 200
    description: 正常終了
    body:
    - date:
        type: str
        format: Y-m-d
      name:
        type: str
      type:
        type: int
  - status_code: 5xx
    description: システムエラー
    body:
      message:
        type: str
        description: エラーメッセージ
  - status_code: 4xx
    description: ユーザーエラー(リクエストのパラメータが不正な場合など)
    body:
      message:
        type: str
        description: エラーメッセージ

Date Type

numberdescription
0日曜日
1国民の祝日
2日曜日に当たった国民の祝日の後でその日に最も近い「国民の祝日」でない日(休日扱いとなる)
3国民の祝日ではないが、その前日及び翌日が「国民の祝日」である日(休日扱いとなる)

License

MIT

FAQs

Package last updated on 04 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc