{"id":32166640,"url":"https://github.com/alea12/exchatwork","last_synced_at":"2026-02-18T21:02:25.298Z","repository":{"id":57499517,"uuid":"84140863","full_name":"alea12/exchatwork","owner":"alea12","description":"ChatWork API Interface for Elixir.","archived":false,"fork":false,"pushed_at":"2017-03-08T03:05:57.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T22:08:42.091Z","etag":null,"topics":["chatwork","chatwork-api","elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alea12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-07T01:43:18.000Z","updated_at":"2017-03-23T02:27:33.000Z","dependencies_parsed_at":"2022-08-28T15:22:30.891Z","dependency_job_id":null,"html_url":"https://github.com/alea12/exchatwork","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alea12/exchatwork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alea12%2Fexchatwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alea12%2Fexchatwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alea12%2Fexchatwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alea12%2Fexchatwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alea12","download_url":"https://codeload.github.com/alea12/exchatwork/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alea12%2Fexchatwork/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chatwork","chatwork-api","elixir"],"created_at":"2025-10-21T15:08:14.627Z","updated_at":"2026-02-18T21:02:25.291Z","avatar_url":"https://github.com/alea12.png","language":"Elixir","readme":"# ExChatwork [![hex.pm version](https://img.shields.io/hexpm/v/exchatwork.svg)](https://hex.pm/packages/exchatwork) [![travis.ci build status](https://img.shields.io/travis/alea12/exchatwork.svg)](https://travis-ci.org/alea12/exchatwork) [![Coverage Status](https://coveralls.io/repos/github/alea12/exchatwork/badge.svg?branch=master)](https://coveralls.io/github/alea12/exchatwork?branch=master)\n\nChatWork API Interface for Elixir.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `exchatwork` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:exchatwork, \"~\u003e 0.1.0\"}]\nend\n```\n\n## Usage\n\n```bash\n$ export CHATWORK_API_TOKEN=YOUR_CHATWORK_API_TOKEN\n```\n\n```elixir\n$ iex -S mix\niex\u003e response = ExChatwork.get_rooms\niex\u003e response.body\niex\u003e response.headers\niex\u003e response.status_code\n```\n\n## Implement Progress\n\n### /rooms\n\n|Method|Endpoint                              |Implemented Version                                              |\n|------|--------------------------------------|-----------------------------------------------------------------|\n|GET   |/rooms                                |[0.1.0](https://github.com/alea12/exchatwork/releases/tag/v0.1.0)|\n|POST  |/rooms                                |                                                                 |\n|GET   |/rooms/{room_id}                      |                                                                 |\n|PUT   |/rooms/{room_id}                      |                                                                 |\n|DELETE|/rooms/{room_id}                      |                                                                 |\n|GET   |/rooms/{room_id}/members              |                                                                 |\n|PUT   |/rooms/{room_id}/members              |                                                                 |\n|GET   |/rooms/{room_id}/messages             |                                                                 |\n|POST  |/rooms/{room_id}/messages             |                                                                 |\n|GET   |/rooms/{room_id}/messages/{message_id}|                                                                 |\n|GET   |/rooms/{room_id}/tasks                |                                                                 |\n|POST  |/rooms/{room_id}/tasks                |                                                                 |\n|GET   |/rooms/{room_id}/tasks/{task_id}      |                                                                 |\n|GET   |/rooms/{room_id}/files                |                                                                 |\n|GET   |/rooms/{room_id}/files/{file_id}      |                                                                 |\n\n### /me\n\n|Method|Endpoint                              |Implemented Version                                              |\n|------|--------------------------------------|-----------------------------------------------------------------|\n|GET   |/me                                   |                                                                 |\n\n### /my\n\n|Method|Endpoint                              |Implemented Version                                              |\n|------|--------------------------------------|-----------------------------------------------------------------|\n|GET   |/my/status                            |                                                                 |\n|GET   |/my/tasks                             |                                                                 |\n\n### /contacts\n\n|Method|Endpoint                              |Implemented Version                                              |\n|------|--------------------------------------|-----------------------------------------------------------------|\n|GET   |/contacts                             |                                                                 |\n\n### /incoming_requests\n\n|Method|Endpoint                              |Implemented Version                                              |\n|------|--------------------------------------|-----------------------------------------------------------------|\n|GET   |/incoming_requests                    |                                                                 |\n|PUT   |/incoming_requests/{request_id}       |                                                                 |\n|DELETE|/incoming_requests/{request_id}       |                                                                 |\n\n## Docs\n\n[API Reference – exchatwork v0\\.1\\.0](https://hexdocs.pm/exchatwork/api-reference.html)\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falea12%2Fexchatwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falea12%2Fexchatwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falea12%2Fexchatwork/lists"}