Packages
Render's public REST API to manage your Render services and other resources with basic HTTP requests. The API provides programmatic access to many of the same capabilities in the Render Dashboard, enabling you to integrate with the platform in your own apps and scripts.
Current section
Files
Jump to
Current section
Files
README.md
# ExRender
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_render` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_render, "~> 0.2.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/ex_render>.