{"id":13509552,"url":"https://github.com/bryanjos/keenex","last_synced_at":"2025-04-05T17:32:35.110Z","repository":{"id":24282072,"uuid":"27676769","full_name":"bryanjos/keenex","owner":"bryanjos","description":"Keen.io API Client for Elixir","archived":false,"fork":false,"pushed_at":"2018-10-26T12:04:48.000Z","size":72,"stargazers_count":28,"open_issues_count":1,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-21T08:21:25.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bryanjos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-12-07T16:44:06.000Z","updated_at":"2023-07-25T13:54:09.000Z","dependencies_parsed_at":"2022-08-22T14:00:34.624Z","dependency_job_id":null,"html_url":"https://github.com/bryanjos/keenex","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fkeenex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fkeenex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fkeenex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fkeenex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanjos","download_url":"https://codeload.github.com/bryanjos/keenex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247375209,"owners_count":20928973,"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-08-01T02:01:09.456Z","updated_at":"2025-04-05T17:32:30.097Z","avatar_url":"https://github.com/bryanjos.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"# Keenex\n\n[Documentation](http://hexdocs.pm/keenex)\n\nKeenex provides an Elixir interface to the Keen.io HTTP API.\n\n## Usage\n\nAdd it to your applications and dependencies in `mix.exs`:\n\n    def deps do\n      [{:keenex, \"~\u003e 1.1\"}]\n    end\n\nConfigure it in `config.exs`:\n\n    config :keenex,\n      project_id: \"xxxxx\",  # defaults to System.get_env(\"KEEN_PROJECT_ID\")\n      read_key:   \"xxxxx\",  # defaults to System.get_env(\"KEEN_READ_KEY\")\n      write_key:  \"xxxxx\",  # defaults to System.get_env(\"KEEN_WRITE_KEY\")\n      httpoison_opts: [timeout: 5000]  # defaults to []\n\nAnd then call functions like:\n\n    {status, response} = Keenex.add_event(\"dinner.tacos\", %{test: \"tacos\"})\n\n`status` is either `:ok` or `:error`.\n\n`response` is a Map converted from the JSON response from Keen.\nInformation about the contents of the response can be found\n[here](https://keen.io/docs/api/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanjos%2Fkeenex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanjos%2Fkeenex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanjos%2Fkeenex/lists"}