zkitter / zkitterd

MIT License
10 stars 2 forks source link

feat: get list of retweets per post #31

Closed sripwoud closed 2 years ago

sripwoud commented 2 years ago

Closes #24

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