There was an error while loading. Please reload this page.
1 parent 2902790 commit 86b34acCopy full SHA for 86b34ac
1 file changed
src/client.ts
@@ -11,19 +11,19 @@ import type { RewriteOptions } from './types';
11
export class Rewrite {
12
/** Low-level REST client instance. */
13
public readonly rest: REST;
14
-
+
15
/** Resolved API secret used for authentication. */
16
private readonly secret: string;
17
18
/** API keys resource client. */
19
public readonly apiKeys: APIKeys;
20
21
/** Projects resource client. */
22
public readonly projects: Projects;
23
24
/** Templates resource client. */
25
public readonly templates: Templates;
26
27
/** Webhooks resource client. */
28
public readonly webhooks: Webhooks;
29
0 commit comments