We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0cba8 commit 14026f1Copy full SHA for 14026f1
common/rust-feed-creation/README.md
@@ -29,22 +29,3 @@ cargo test -- --nocapture
29
- `main()`: Runs the example flow.
30
- `tests` module: Contains integration tests that hit the live Crossbar endpoints.
31
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