mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-27 20:11:33 +00:00
Implement limit for Rust
This commit is contained in:
@ -65,7 +65,7 @@ echo "$RESPONSE" | jq . 2>/dev/null || echo "$RESPONSE"
|
||||
|
||||
# Assign json to a variable using heredoc technique
|
||||
JSON=$(cat <<JSON
|
||||
{"action":"Fetch", "handle": "random_joe", "offset": 0, "limit": 10}
|
||||
{"action":"Fetch", "handle": "random_joe", "offset": 0, "count": 10}
|
||||
JSON
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user