Using reverb-sdk with reverb.com

Rust integration

Install
cargo add reverb-sdk
Quick start
use reverb_sdk::Client;

let client = Client::new("YOUR_ACCESS_TOKEN");
Returns a set of comparison shopping pages based on the current params
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.reverb.com/api/csps
Get your own shop details
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.reverb.com/api/shop
A list of wanted items by the user
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.reverb.com/api/wants
SDK on GitHub 📄 API Docs
SDK
reverb-sdk
Rust
API
reverb.com
reverb.com
At a glance
Language Rust
Endpoints163
Base URLhttps://api.reverb.com/api