Add a new handler to get list of retweets on following routes:
handler
route
description
handleGetRetweetsByPost
/v1/post/:hash/retweets
returns list of users who retweeted a post
Test Plan
unit tests: npm run test:some http
example of manual requests:
likes:
curl -X GET --location "http://localhost:3000/v1/post/0xC7E20724c409d9E8e3181a559F4c529B17dc1Bd7%2F743a4230820f9b47bf3b37c0667e8222a9566cf9684647656213fae0eb8f8633/retweets?limit=10&offset=0"
Closes #24
Add a new handler to get list of retweets on following routes:
handleGetRetweetsByPost
/v1/post/:hash/retweets
Test Plan
npm run test:some http