Implementando request tests
This commit is contained in:
parent
30090fe195
commit
8535fc0f51
2 changed files with 135 additions and 11 deletions
|
@ -23,7 +23,7 @@ export interface LhispOauthClientConstructorParams {
|
|||
|
||||
export interface ExecutarRequestParams extends AxiosRequestConfig {
|
||||
path: string;
|
||||
contentType: ContentType,
|
||||
contentType?: ContentType,
|
||||
}
|
||||
|
||||
export interface AccessToken {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue