Last active
August 15, 2024 18:30
-
-
Save weeping-angel/5e7b360bd7e3a03e3035a036a50e22c8 to your computer and use it in GitHub Desktop.
[Article's Responses] Shell command to retrieve responses/comments on an article. #shell #medium_api #medium_api_curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \ | |
"https://medium2.p.rapidapi.com/article/67fa62fc1971/responses" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "67fa62fc1971", | |
"responses": [ | |
"a9bbc22aa1e6", | |
"3308e927204a", | |
"b1fcf9f36d87", | |
"295b0938fd49", | |
"cc14e813995a", | |
"649b48584efb" | |
], | |
"count": 6 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment