Skip to content

Commit

Permalink
add resend
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 11, 2024
1 parent 58aa844 commit 1c8d1c9
Show file tree
Hide file tree
Showing 17 changed files with 6,139 additions and 1 deletion.
2 changes: 2 additions & 0 deletions generator/konfig-docs/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
"/sdk/qualtrics/": "/sdk/qualtrics/survey/typescript/",
"/sdk/qualtrics/survey": "/sdk/qualtrics/survey/typescript/",
"/sdk/qualtrics/survey/": "/sdk/qualtrics/survey/typescript/",
"/sdk/resend": "/sdk/resend/typescript/",
"/sdk/resend/": "/sdk/resend/typescript/",
"/sdk/slack": "/sdk/slack/web/typescript/",
"/sdk/slack/": "/sdk/slack/web/typescript/",
"/sdk/slack/web": "/sdk/slack/web/typescript/",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Resend is the email platform for developers.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
```typescript index.ts
import { Resend } from 'resend-typescript-sdk';

const resend = new Resend({
token: "TOKEN",
})
Loading

0 comments on commit 1c8d1c9

Please sign in to comment.