Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 18, 2018 11:36
Show Gist options
  • Save bjoerntx/59c1bc17c6e1a6c6f6b03af562c24491 to your computer and use it in GitHub Desktop.
Save bjoerntx/59c1bc17c6e1a6c6f6b03af562c24491 to your computer and use it in GitHub Desktop.
public IActionResult Index()
{
// create a ReportingCloud object with stored API-Key
ReportingCloud rc = new ReportingCloud(RCSettings.APIKey);
// return a list of templates
return View(rc.ListTemplates());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment