ApiKeys
Wisej.AI.Helpers.ApiKeys
public class ApiKeysPublic Class ApiKeysMethods
GetApiKey(name, namePostfix, envPrefix)
Parameter
Type
Description
string apiKey = ApiKeys.GetApiKey("MyService", "Postfix");
if (apiKey != null)
{
// Use the API key
}
Last updated
