An Elixir library providing a plugable or installable proxy for the Torn API (both version one and version two). The library is built upon the tornex and the torngen_elixir_client libraries and provides the following features:
- Multi-node support
- IP ratelimiting
- Combination of similar queries
If available in Hex, the package can be installed
by adding tornex_proxy to your list of dependencies in mix.exs:
def deps do
[
{:tornex_proxy, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tornex_proxy.