Files
services/examples/twitter/timeline/curl/getATwitterTimeline.sh

7 lines
183 B
Bash
Executable File

curl "https://api.m3o.com/v1/twitter/Timeline" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"limit": 1,
"username": "m3oservices"
}'