{"id":23864329,"url":"https://github.com/yuki-toida/line_pay","last_synced_at":"2025-10-06T00:56:31.699Z","repository":{"id":57516937,"uuid":"130291968","full_name":"yuki-toida/line_pay","owner":"yuki-toida","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-02T02:40:22.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T21:18:59.764Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuki-toida.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-20T01:30:52.000Z","updated_at":"2018-07-02T02:40:23.000Z","dependencies_parsed_at":"2022-09-15T21:23:26.597Z","dependency_job_id":null,"html_url":"https://github.com/yuki-toida/line_pay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuki-toida/line_pay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-toida%2Fline_pay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-toida%2Fline_pay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-toida%2Fline_pay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-toida%2Fline_pay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuki-toida","download_url":"https://codeload.github.com/yuki-toida/line_pay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-toida%2Fline_pay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542675,"owners_count":26004061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir"],"created_at":"2025-01-03T08:20:50.245Z","updated_at":"2025-10-06T00:56:31.681Z","avatar_url":"https://github.com/yuki-toida.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LINE Pay\nsimple HTTP client for [LINE Pay](https://line.me/ja/pay/).\n\n## Installation\n```elixir\ndef deps do\n  [\n    {:line_pay, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Configuration\n```elixir\nuse Mix.Config\n\nconfig :line_pay,\n  channel_id: 999999999,\n  channel_secret: \"YOUR CHANNEL SECRET\",\n  sandbox: true,\n  confirm_url_browser: \"\",\n  confirm_url_ios: \"\",\n  confirm_url_android: \"\",\n  cancel_url_ios: \"\",\n  cancel_url_android: \"\"\n  \n```\nsandbox: default value is `true`\nchannel_secret: you can use environment variables.\n\n```bash\nexport CHANNEL_SECRET=\"YOUR CHANNEL SECRET\"\n```\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuki-toida%2Fline_pay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuki-toida%2Fline_pay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuki-toida%2Fline_pay/lists"}