Skip to content

Instantly share code, notes, and snippets.

@antonmoiseev
Created August 25, 2010 14:31
Show Gist options
  • Select an option

  • Save antonmoiseev/549616 to your computer and use it in GitHub Desktop.

Select an option

Save antonmoiseev/549616 to your computer and use it in GitHub Desktop.
using (var kiln = Kiln.AuthenticateOnDemand(account, user, password)){
// Get specific repository from Kiln
var project = kiln.GetProject(5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment