mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.253.1 (#77)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
This commit is contained in:
committed by
GitHub
parent
7439bf1f74
commit
61c74bf90e
@@ -17,7 +17,7 @@ Retrieve a list of workspaces for the authenticated user.
|
||||
import { Dub } from "dub";
|
||||
|
||||
const dub = new Dub({
|
||||
token: "<YOUR_BEARER_TOKEN_HERE>",
|
||||
token: "DUB_API_KEY",
|
||||
workspaceId: "<value>",
|
||||
});
|
||||
|
||||
@@ -67,7 +67,7 @@ Create a new workspace for the authenticated user.
|
||||
import { Dub } from "dub";
|
||||
|
||||
const dub = new Dub({
|
||||
token: "<YOUR_BEARER_TOKEN_HERE>",
|
||||
token: "DUB_API_KEY",
|
||||
workspaceId: "<value>",
|
||||
});
|
||||
|
||||
@@ -121,7 +121,7 @@ Retrieve a workspace for the authenticated user.
|
||||
import { Dub } from "dub";
|
||||
|
||||
const dub = new Dub({
|
||||
token: "<YOUR_BEARER_TOKEN_HERE>",
|
||||
token: "DUB_API_KEY",
|
||||
workspaceId: "<value>",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user