Skip to content

Commit

Permalink
no need for additional dependency of jq tool on homepage example
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Jun 17, 2020
1 parent f635e06 commit 47f2b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions about/intro_curl.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ curl -s -X GET https://mailsac.com/api/addresses/user1%40mailsac.com/messages | jq ".[0]"
$ curl -s -X GET https://mailsac.com/api/addresses/user1%40mailsac.com/messages

{
[{
"_id": "BotvTxaona7gLID1Adtpfj8Fnfi7HSSv-0",
"from": [
{
Expand Down Expand Up @@ -36,4 +36,4 @@ $ curl -s -X GET https://mailsac.com/api/addresses/user1%40mailsac.com/messages
"https://account.microsoft.com/profile/unsubscribe?CTID=0&ECID=jIce0uXtDC5qRlyCYqZsz5yCL"
],
"spam": 0.331
}
}]

0 comments on commit 47f2b81

Please sign in to comment.