We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d9313 commit 3c493e8Copy full SHA for 3c493e8
README.md
@@ -16,11 +16,13 @@ the code.
16
17
## Usage
18
19
-The following example shows how you can use the client:
+The following example shows how you initialize the client:
20
21
```typescript
22
-const credentials = new HttpBearer('[access_token]');
23
-const client = Client::build(credentials);
+const client = Client::build('[access_token]');
24
25
// @TODO use the client
26
```
+
27
+You can find all available operations and types at:
28
+https://app.typehub.cloud/d/sdkfabric/notion
0 commit comments