-
Notifications
You must be signed in to change notification settings - Fork 1
AzureDevops | Add Seamless Proxy Ability (AST-67328) #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Policy Management Violations - Pull/merge request blocked
New Issues
Fixed Issues
|
}; | ||
} | ||
|
||
public getProxyConfig() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe better to save this value to avoid parsing the URL every time it’s called
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's being call once every httpClient object creation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@@ -0,0 +1,6 @@ | |||
import {AxiosResponse} from "axios"; | |||
|
|||
export interface Client { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure the naming convention in TS is without "I" for interfaces. I believe it needs to be IClient ( that says that it's an interface)
No description provided.