{"id":18078361,"url":"https://github.com/techgaun/ex_zoominfo","last_synced_at":"2025-04-05T20:40:42.660Z","repository":{"id":62429526,"uuid":"68264387","full_name":"techgaun/ex_zoominfo","owner":"techgaun","description":"ZoomInfo Client for Elixir with support for both old and new API","archived":false,"fork":false,"pushed_at":"2018-07-15T20:14:46.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T04:11:46.375Z","etag":null,"topics":["elixir","zoominfo-client"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techgaun.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":"2016-09-15T03:46:56.000Z","updated_at":"2018-07-15T20:14:47.000Z","dependencies_parsed_at":"2022-11-01T20:08:37.363Z","dependency_job_id":null,"html_url":"https://github.com/techgaun/ex_zoominfo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_zoominfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_zoominfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_zoominfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_zoominfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techgaun","download_url":"https://codeload.github.com/techgaun/ex_zoominfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399898,"owners_count":20932876,"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":["elixir","zoominfo-client"],"created_at":"2024-10-31T12:13:42.653Z","updated_at":"2025-04-05T20:40:42.626Z","avatar_url":"https://github.com/techgaun.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExZoomInfo\n\n[![Build Status](https://semaphoreci.com/api/v1/techgaun/ex_zoominfo/branches/master/badge.svg)](https://semaphoreci.com/techgaun/ex_zoominfo)\n\n\n\u003e ZoomInfo Client for Elixir\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n1. Add `ex_zoominfo` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:ex_zoominfo, \"~\u003e 0.1.0\"}]\nend\n```\n\nOr from github:\n\n```elixir\ndef deps do\n  [{:ex_google, github: \"techgaun/ex_zoominfo\"}]\nend\n```\n\n2. Ensure `ex_zoominfo` is started before your application:\n\n```elixir\ndef application do\n  [applications: [:ex_zoominfo]]\nend\n```\n\n## Configuration\n\n1. Configure `ex_zoominfo` by providing appropriate configurations as below:\n\n```elixir\nconfig :ex_zoominfo, :api,\n  partner_password: System.get_env(\"ZOOMINFO_PASSWORD\"),\n  partner_code: System.get_env(\"ZOOMINFO_CODE\")\n```\n\n## Usage\n\n1. You can now use `ex_zoominfo` as below:\n\n```elixir\nalias ExZoomInfo.Api, as: ZoomInfo\nZoomInfo.search(%{\"companyName\" =\u003e \"zoominfo\", \"state\" =\u003e \"Massachusetts\"}, [type: \"search\", object: \"company\"])\n```\n\nRefer to the [ZoomInfo API Documentation](http://www.zoominfo.com/business/zoominfo-new-api-documentation) for more information on what arguments you can pass.\n\nSupported object types are:\n- `person`\n- `company`\n- `usage`\n\nSupported query types are:\n- `match`\n- `search`\n- `detail`\n- `query`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechgaun%2Fex_zoominfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechgaun%2Fex_zoominfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechgaun%2Fex_zoominfo/lists"}