Skip to content

Commit

Permalink
fix(api): prefixes api client class name with owm
Browse files Browse the repository at this point in the history
  • Loading branch information
tdolsen committed Jul 26, 2018
1 parent f8e29fb commit df50325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-client.ts
Expand Up @@ -28,7 +28,7 @@ const DEFAULT_OPTIONS: NonNullable<Pick<Options, "apiUrl" | "endpoint" | "lang"
units: DEFAULT_UNITS,
};

export class ApiClient {
export class OwmApiClient {
axios: AxiosInstance;
options: Options;

Expand Down

0 comments on commit df50325

Please sign in to comment.