README.md

# Whatsapp Api

> [!WARNING]
> The 1.x version of this library is WIP project.

> [!IMPORTANT]
> Version 0.8.X is the last version that works for the deprecated Whatsapp On Premise API. You can find it on this (branch)[https://github.com/resuelve/wax/tree/On-Premise-API-0.8]

Cliente para comunicar con el servicio de Whatsapp https://developers.facebook.com/docs/whatsapp

- [ ] Create User
- [ ] Create account
- [ ] Verify account
- [ ] Check contact
- [x] Send text messages
- [ ] Send hsm messages
- [ ] Send media messages
- [ ] Download media
- [ ] Delete media
- [ ] Get application medatada
- [ ] Update application metadata
- [ ] Two step verification
- [ ] Get health
- [ ] Stats
- [ ] Support

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `wax` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:wax, "~> 1.0.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/wax](https://hexdocs.pm/wax).