Skip to content

TS Lint failure with Axios 0.19 #379

@H3llK33p3r

Description

@H3llK33p3r

Hi, the axios library has changed the AxiosRequestConfig interface from

export interface AxiosRequestConfig {
  url?: string;
  method?: string;

to

export interface AxiosRequestConfig {
  url?: string;
  method?: Method;

So client generation do generate an error when using tslint with axios 0.19.* :
image

BR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions