Package | Description |
---|---|
com.rallydev.rest |
Provides the main interface to the Rest API.
|
com.rallydev.rest.client |
Provides the underlying http client implementations.
|
Modifier and Type | Field and Description |
---|---|
protected HttpClient |
RallyRestApi.client |
Modifier and Type | Method and Description |
---|---|
HttpClient |
RallyRestApi.getClient()
Get the underlying http client implementation.
|
Constructor and Description |
---|
RallyRestApi(HttpClient httpClient) |
Modifier and Type | Class and Description |
---|---|
class |
ApiKeyClient
A HttpClient which authenticates using an API Key.
|
class |
BasicAuthClient
A HttpClient which authenticates using basic authentication (username/password).
|
Copyright © 2016. All Rights Reserved.