Last active
August 15, 2024 18:29
-
-
Save weeping-angel/42ae06edabb0fc32d8047356b88685ab to your computer and use it in GitHub Desktop.
[User's List] Shell command to retrieve all the lists created by the user #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/user/5142451174a3/lists" |
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": "5142451174a3", | |
"lists": [ | |
"ba3904884898", | |
"321cfd9966ec", | |
"b8a117567230", | |
"9516ed2145ae", | |
"24356f9a9c6e", | |
"e8b1c393bcff", | |
"95b41261bee0", | |
"4ecdbfd97d05" | |
], | |
"count": 8 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment