Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save antonmoiseev/549618 to your computer and use it in GitHub Desktop.
public static readonly KilnApiCall Project = new KilnApiCall(
path: "Project/{ixProject}",
queryString: "?token={token}",
httpMethod: "GET"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment