README.md
ex_intercom
============
[![Build Status](https://secure.travis-ci.org/craigp/ex_intercom.png?branch=master "Build Status")](http://travis-ci.org/craigp/ex_intercom)
[![Coverage Status](https://coveralls.io/repos/craigp/ex_intercom/badge.svg?branch=master&service=github)](https://coveralls.io/github/craigp/ex_intercom?branch=master)
[![hex.pm version](https://img.shields.io/hexpm/v/ex_intercom.svg)](https://hex.pm/packages/ex_intercom)
[![hex.pm downloads](https://img.shields.io/hexpm/dt/ex_intercom.svg)](https://hex.pm/packages/ex_intercom)
[![Inline docs](http://inch-ci.org/github/craigp/ex_intercom.svg?branch=master&style=flat)](http://inch-ci.org/github/craigp/ex_intercom)
An Intercom API client library.
You can find the hex package [here](https://hex.pm/packages/ex_intercom), and the docs [here](http://hexdocs.pm/ex_intercom).
## Usage
```elixir
def deps do
[{:ex_intercom, "~> 0.1"}]
end
```
Then run `$ mix do deps.get, compile` to download and compile your dependencies.
## TODO
* [x] View user
* [ ] List users
* [ ] Create or update users
* [ ] Delete users
* [ ] View lead
* [ ] List leads
* [ ] Update leads
* [ ] Convert leads
* [ ] View visitor
* [ ] List visitors
* [ ] Update visitor
* [ ] Delete visitor
* [ ] Convert visitors
* [x] View company
* [ ] List companies
* [x] View admin
* [ ] List admins
* [ ] View tag
* [ ] List tags
* [x] View segment
* [ ] List segments
* [ ] Notes
* [ ] Counts
* [ ] Events