Sha256: d79a2ddee56cc49ac94c4cb4a133d8abb452eeaa341521562fc5b2d2809516eb
Contents?: true
Size: 461 Bytes
Versions: 50
Compression:
Stored size: 461 Bytes
Contents
module MuffinMan module Authorization class V1 < SpApiClient def get_authorization_code(selling_partner_id, developer_id, mws_auth_token) @query_params = { "sellingPartnerId" => selling_partner_id, "developerId" => developer_id, "mwsAuthToken" => mws_auth_token } @request_type = "GET" @local_var_path = "/authorization/v1/authorizationCode" call_api end end end end
Version data entries
50 entries across 50 versions & 1 rubygems