Skip to content

Commit 217097f

Browse files
committed
docs: Singul debugging steps (1)
1 parent cd0cf0d commit 217097f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,22 +1136,22 @@ curl https://shuffler.io/api/v1/apps/categories -H "Authorization: Bearer APIKEY
11361136
- You should see something like this:
11371137

11381138

1139-
<img src="../assets/singul-debugger.png">
1139+
<img src="https://github.com/frikky/shuffle-docs/blob/master/assets/singul-debugger.png?raw=true">
11401140

11411141

11421142
As you can see, I triggered this Singul execution through the Singul app (not the SDK). However, even if you were using the SDK, you would find such executions.
11431143

11441144
- Click on the icon below "Explore":
11451145

1146-
<img src="../assets/explore-singul.png">
1146+
<img src="https://github.com/frikky/shuffle-docs/blob/master/assets/explore-singul.png?raw=true">
11471147

11481148
- You will see the full result of the execution. Click on the arrow
11491149

1150-
<img src="../assets/singul-debugging-step1.png">
1150+
<img src="https://github.com/frikky/shuffle-docs/blob/master/assets/singul-debugging-step1.png?raw=true">
11511151

11521152
- To see the body that Singul translated to, scroll and find the "Body"
11531153

1154-
<img src="../assets/singul-debugging-step2.png">
1154+
<img src="https://github.com/frikky/shuffle-docs/blob/master/assets/singul-debugging-step2.png?raw=true">
11551155

11561156

11571157
Based on the output, and the input mentioned in "Body", you should be able to figure out what is going on here.

0 commit comments

Comments
 (0)