Using topshot-sales with medium.com

Go integration

Install
go get github.com/rrrkren/topshot-sales
Quick start
import "topshot-sales"

// Initialize client
client := topshot-sales.NewClient("YOUR_API_KEY")
Get Welcome
curl \
  -H "x-rapidapi-host: $API_KEY" \
  https://medium2.p.rapidapi.com/
Get List Info
curl \
  -H "x-rapidapi-host: $API_KEY" \
  https://medium2.p.rapidapi.com/list/{list_id}
Get User Info
curl \
  -H "x-rapidapi-host: $API_KEY" \
  https://medium2.p.rapidapi.com/user/{user_id}
SDK on GitHub 📄 API Docs
SDK
topshot-sales
Go
API
medium.com
medium.com
At a glance
Language Go
Endpoints32
Base URLhttps://medium2.p.rapidapi.com