{"id":17188243,"url":"https://github.com/jclem/slack_ex","last_synced_at":"2025-04-13T19:13:17.208Z","repository":{"id":52173216,"uuid":"62055479","full_name":"jclem/slack_ex","owner":"jclem","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-09T20:06:59.000Z","size":42,"stargazers_count":19,"open_issues_count":2,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T17:31:12.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/slack_ex/","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/jclem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-27T12:46:06.000Z","updated_at":"2023-09-01T10:55:49.000Z","dependencies_parsed_at":"2022-08-23T21:31:09.673Z","dependency_job_id":null,"html_url":"https://github.com/jclem/slack_ex","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fslack_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fslack_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fslack_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fslack_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jclem","download_url":"https://codeload.github.com/jclem/slack_ex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248766746,"owners_count":21158301,"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","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":[],"created_at":"2024-10-15T01:08:29.311Z","updated_at":"2025-04-13T19:13:17.174Z","avatar_url":"https://github.com/jclem.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlackEx\n\nA client for the Slack API.\n\n## Usage\n\nMost of the API methods work by first creating a Slack client\n(`Slack.client(token)`) and then passing it in to an API call. Note that a\n`Slack.Client` is only a convenience wrapper for a map with a `:token` key.\n\n```elixir\n{:ok, %{\"channel\" =\u003e channel}} =\n  token\n  |\u003e Slack.client\n  |\u003e Slack.Channel.create(name: \"mynewchannel\")\n```\n\n## Installation\n\n  1. Add `slack` to your list of dependencies in `mix.exs`:\n\n    ```elixir\n    def deps do\n      [{:slack_ex, \"~\u003e 0.0.14\"}]\n    end\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjclem%2Fslack_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjclem%2Fslack_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjclem%2Fslack_ex/lists"}