mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 20:57:44 +00:00
342 B
342 B
import shippo
from shippo.models import components
s = shippo.Shippo()
res = s.example(header_param='<value>', shippo_api_version='2018-02-08T00:00:00Z', example_body=components.ExampleBody())
if res is not None:
# handle response
pass