Skip to content

Helper classes that make life with rally API for java easier

Notifications You must be signed in to change notification settings

crc83/rally-api-helper

Repository files navigation

rally-api-helper

PROJECT IS OUTDATED. NOT SURE IF IT WORKS WITH LATEST API

This project contains api that will help work easier with RallyApi.

I.e.

  	RallyRestApi restApi = new RallyRestApi(new URI("https://rally1.rallydev.com"),
				Credentials.USER,
				Credentials.PASSWORD);
			
		WorkspaceProvider provider = new WorkspaceProvider(restApi);
		List<Workspace> entities= provider.fetch();

About

Helper classes that make life with rally API for java easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages