Skip to content

Commit

Permalink
Merge pull request #16 from saiichihashimoto/cleanup
Browse files Browse the repository at this point in the history
remove todos (and made them into issues)
  • Loading branch information
kodiakhq[bot] authored Jan 11, 2024
2 parents 1a75296 + 81a8a55 commit 5f30904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"search.exclude": {
"package-lock.json": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}
6 changes: 0 additions & 6 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import Encryptor from "secure-e2ee";
import { v4 } from "uuid";
import { z } from "zod";

// TODO https://zeplo.io/docs/webhooks/

type CommonOptions = {
// TODO Schedule https://zeplo.io/docs/schedule/
/**
* You can delay a request (or if scheduled the start of the schedule) by providing a number of seconds to delay by. For example, you may want to send an e-mail 50 minutes after a new user signs up, or delete an accounts data after 30 days.
*
Expand Down Expand Up @@ -155,9 +152,6 @@ export const ZeploClient = <Payload>({
: new Encryptor(encryptionSecret, oldSecrets);

return {
// TODO bulk https://zeplo.io/docs/bulk/
// TODO step https://zeplo.io/docs/step/
// TODO API Endpoints https://zeplo.io/docs/api/
enqueue: async (
payload: Payload,
{
Expand Down

0 comments on commit 5f30904

Please sign in to comment.