{"id":32167885,"url":"https://github.com/firstthumb/apiai-elixir-client","last_synced_at":"2026-02-21T03:31:05.813Z","repository":{"id":57478934,"uuid":"100690607","full_name":"firstthumb/apiai-elixir-client","owner":"firstthumb","description":"Api.ai Elixir Client ( No More Development )","archived":false,"fork":false,"pushed_at":"2017-08-24T13:34:38.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T20:10:12.804Z","etag":null,"topics":["apiai","elixir"],"latest_commit_sha":null,"homepage":"","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/firstthumb.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":"2017-08-18T08:26:50.000Z","updated_at":"2023-05-14T14:43:06.000Z","dependencies_parsed_at":"2022-08-30T02:31:06.298Z","dependency_job_id":null,"html_url":"https://github.com/firstthumb/apiai-elixir-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/firstthumb/apiai-elixir-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstthumb%2Fapiai-elixir-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstthumb%2Fapiai-elixir-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstthumb%2Fapiai-elixir-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstthumb%2Fapiai-elixir-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstthumb","download_url":"https://codeload.github.com/firstthumb/apiai-elixir-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstthumb%2Fapiai-elixir-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"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":["apiai","elixir"],"created_at":"2025-10-21T15:40:16.880Z","updated_at":"2026-02-21T03:31:05.760Z","avatar_url":"https://github.com/firstthumb.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Hex pm](http://img.shields.io/hexpm/v/apiai.svg?style=flat)](https://hex.pm/packages/apiai)\n[![Build Status](https://travis-ci.org/firstthumb/apiai-elixir-client.svg?branch=master)](https://travis-ci.org/firstthumb/apiai-elixir-client)\n\n# Apiai\n\nIt is an Elixir client library for the Api.ai API.\n\n## Features\n\nApiai Elixir client currently supports:\n\n  1. Do query `ApiAi.query/6`\n  2. Crud operation on intents `ApiAi.get_intent/1`, `ApiAi.delete_intent/1`, `ApiAi.add_intent/5` and `ApiAi.save_intent/6` \n\nAdding endpoints should be relatively simple, and I'm open to pull requests.\n\n## Installation\n\nThe package can be installed as:\n\n  1. Add apiai to your list of dependencies in `mix.exs`:\n\n  ```elixir\n  def deps do\n    [\n      {:apiai, \"~\u003e 0.1.2\"}\n    ]\n  end\n  ```\n\n  2. Ensure apiai is started before your application:\n\n  ```elixir\n  def application do\n    [applications: [:apiai]]\n  end\n  ```\n\n## Usage\n\nWrite your Api.ai credentials to config file\n\n```elixir\nconfig :apiai,\n    client_access_token: \"CLIENT_ACCESS_TOKEN_HERE\",\n    developer_access_token: \"DEVELOPER_ACCESS_TOKEN_HERE\"\n```\n\n\n```elixir\ncase ApiAi.query \"Hi\", \"session_id\" do\n  {:ok, response} -\u003e\n    IO.inspect response\n  {:error, error}\n    IO.inspect error\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstthumb%2Fapiai-elixir-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstthumb%2Fapiai-elixir-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstthumb%2Fapiai-elixir-client/lists"}