Skip to content

Commit 84e0db1

Browse files
Clean up
1 parent 727e7c9 commit 84e0db1

File tree

4 files changed

+5
-238
lines changed

4 files changed

+5
-238
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ In order to run the CLI (`./bin/run`), your current working directory needs to b
104104
# generates TypeScript definitions for an integration
105105
./bin/run generate:types
106106

107+
# generate test payloads for a destination's actions
108+
./bin/run generate-test-payload
109+
107110
# start local development server
108111
./bin/run serve
109112
```

action-destinations-api-environment.http

Lines changed: 0 additions & 138 deletions
This file was deleted.

action-destinations-api.http

Lines changed: 0 additions & 98 deletions
This file was deleted.

action-destinations-api.postman_collection.json renamed to local-development-server.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
{
23-
"name": "Delete Destination",
23+
"name": "Invoke Delete Handler",
2424
"request": {
2525
"method": "POST",
2626
"url": {
@@ -39,7 +39,7 @@
3939
}
4040
}
4141
},
42-
"description": "Delete the destination"
42+
"description": "Invokes the delete handler of the destination"
4343
}
4444
},
4545
{

0 commit comments

Comments
 (0)