- RallyRestApi - Class in com.rallydev.rest
-
The main interface to the Rest API.
- RallyRestApi(URI, String, String) - Constructor for class com.rallydev.rest.RallyRestApi
-
Creates a new instance for the specified server using the specified credentials.
- Ref - Class in com.rallydev.rest.util
-
Provides utility methods for working with ref URLs.
- Ref() - Constructor for class com.rallydev.rest.util.Ref
-
- Request - Class in com.rallydev.rest.request
-
Base class for all WSAPI requests.
- Request() - Constructor for class com.rallydev.rest.request.Request
-
Create a new request.
- Response - Class in com.rallydev.rest.response
-
Represents a WSAPI response.
- Response(String) - Constructor for class com.rallydev.rest.response.Response
-
Create a new response from the specified JSON encoded string.