Compare commits
No commits in common. "766488f397c65e80df3423747f55b1a0e762975c" and "f8a6af2958fe910fee42589ec97eb3ff8a1caebd" have entirely different histories.
766488f397
...
f8a6af2958
3 changed files with 639 additions and 248 deletions
877
package-lock.json
generated
877
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -23,6 +23,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.10.0",
|
"axios": "^1.10.0",
|
||||||
"lhisp-logger": "^2.2.2"
|
"lhisp-logger": "^1.0.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
import axios, { AxiosHeaders, AxiosRequestConfig } from "axios";
|
|
||||||
import https from "https";
|
|
||||||
import lhLogger from "lhisp-logger";
|
|
||||||
import qs from "querystring";
|
import qs from "querystring";
|
||||||
|
import https from "https";
|
||||||
|
import axios, { AxiosHeaders, AxiosRequestConfig } from "axios";
|
||||||
import {
|
import {
|
||||||
AccessToken,
|
AccessToken,
|
||||||
ContentType,
|
ContentType,
|
||||||
|
|
@ -12,8 +11,7 @@ import {
|
||||||
ExecutarRequestParams,
|
ExecutarRequestParams,
|
||||||
LhispOauthClientConstructorParams,
|
LhispOauthClientConstructorParams,
|
||||||
} from "./lhisp-oauth-client.t";
|
} from "./lhisp-oauth-client.t";
|
||||||
|
import logger from "lhisp-logger";
|
||||||
const logger = lhLogger({ name: "lhisp-oauth-client" });
|
|
||||||
|
|
||||||
export class LhispOauthClient<iAccessToken extends AccessToken = AccessToken> {
|
export class LhispOauthClient<iAccessToken extends AccessToken = AccessToken> {
|
||||||
protected authUrl: string;
|
protected authUrl: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue