RallyApi (rally_api) is a wrapper for Rally's REST Web Services API. Documentation on the API can be found here.
Distributed under the MIT License.
The Elixir Toolkit for Rally REST API is available on an as-is basis. It is a work-in-progress.
If available in Hex, the package can be installed as:
- Add
rally_api
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:rally_api, "~> 0.1.0"}]
end
```
- Ensure
rally_api
is started before your application:
```elixir
def application do
[applications: [:rally_api]]
end
```
Rally's REST Web Services API supports 2 types of authentication.
- Basic authentication
- API Key