Compare commits
4 commits
f8a6af2958
...
766488f397
| Author | SHA1 | Date | |
|---|---|---|---|
| 766488f397 | |||
| 465d72773c | |||
| 80d363c0f9 | |||
| 3f0712ebc8 |
3 changed files with 248 additions and 639 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": {
|
||||
"axios": "^1.10.0",
|
||||
"lhisp-logger": "^1.0.16"
|
||||
"lhisp-logger": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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