address PR feedback
Signed-off-by: Connor Younglund <younglund_connor@bah.com>
This commit is contained in:
+7
-1
@@ -25,9 +25,15 @@ export interface Config {
|
||||
baseUrl?: string;
|
||||
|
||||
/**
|
||||
* The api key to authenticate to Stack Overflow API
|
||||
* The API key to authenticate to Stack Overflow API
|
||||
* @visibility secret
|
||||
*/
|
||||
apiKey?: string;
|
||||
|
||||
/**
|
||||
* The API Access Token to authenticate to Stack Overflow API
|
||||
* @visibility secret
|
||||
*/
|
||||
apiAccessToken?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user