mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-06 04:21:21 +00:00
230 B
230 B
import shippo
s = shippo.Shippo()
res = s.example(results_per_page=904965)
if res.status_code == 200:
# handle response
pass