GuideStar's .NET core demonstration website

Example project is written in .Net Core using Candid.GuideStarAPI NuGet package

GitHub Repo

Find the example project on our GitHub.

Managing API Keys

API keys are stored and retrieved using the Microsoft Secrets Manager tool. View a sample secrets.json file below.

{
    "Keys:CharityCheckKey": "KEY",
    "Keys:CharityCheckPDFKey": "KEY",
    "Keys:EssentialsKey": "KEY",
    "Keys:PremierKey": "KEY"
  }