Files
speakeasy-playground/USAGE.md
2024-02-29 15:07:52 -06:00

230 B

import shippo

s = shippo.Shippo()


res = s.example(results_per_page=904965)

if res.status_code == 200:
    # handle response
    pass