Skip to content

Commit 14026f1

Browse files
committed
update rust feed creation readme
1 parent ff0cba8 commit 14026f1

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

common/rust-feed-creation/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,3 @@ cargo test -- --nocapture
2929
- `main()`: Runs the example flow.
3030
- `tests` module: Contains integration tests that hit the live Crossbar endpoints.
3131

32-
## Vulcan Forge API Integration
33-
34-
When integrating with the `Create Feed` endpoint on Vulcan Forge, you can construct the payload using the job definitions shown in this example.
35-
36-
**Example Payload:**
37-
```json
38-
{
39-
"feed_name": "My Custom Feed",
40-
"queue": "A43DyUGA7s8eXPxqEjJY6EBu1KKbNgfxF8h17VAHn13w",
41-
"jobs": [
42-
{
43-
"tasks": [
44-
{ "valueTask": { "value": 100 } }
45-
]
46-
}
47-
]
48-
}
49-
```
50-

0 commit comments

Comments
 (0)