npm: lhisp-logger ^1.0.16 → ^2.2.2
This commit is contained in:
parent
3fc9e98885
commit
3f0712ebc8
3 changed files with 237 additions and 307 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import qs from "querystring";
|
||||
import https from "https";
|
||||
import axios, { AxiosHeaders, AxiosRequestConfig } from "axios";
|
||||
import https from "https";
|
||||
import lhLogger from "lhisp-logger";
|
||||
import qs from "querystring";
|
||||
import {
|
||||
AccessToken,
|
||||
ContentType,
|
||||
|
|
@ -11,7 +12,8 @@ import {
|
|||
ExecutarRequestParams,
|
||||
LhispOauthClientConstructorParams,
|
||||
} from "./lhisp-oauth-client.t";
|
||||
import logger from "lhisp-logger";
|
||||
|
||||
const logger = lhLogger({ name: "lhisp-oauth-client" });
|
||||
|
||||
export class LhispOauthClient<iAccessToken extends AccessToken = AccessToken> {
|
||||
protected authUrl: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue