Last active
August 15, 2024 18:28
-
-
Save weeping-angel/dad4f1382928798b5d2dbfd1fd9c8c38 to your computer and use it in GitHub Desktop.
[LatestPosts] Shell command to retrieve latestposts for the given topic_slug. #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/latestposts/blockchain" |
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
{ | |
"latestposts" : [ | |
"f685c5075a52", | |
"b850ac3cff72", | |
"5212ce732e25", | |
"9190bbd3a843", | |
"7a54f7434ed2", | |
. | |
. | |
. | |
"adcbccfc46f6", | |
"b76cfc88c8ec", | |
"17a945a9c206", | |
"e0cce016ee98" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment