Sha256: 094c3badad478132644f914de013c1c77ce597c94ff79d40e1082199d3a2352f
Contents?: true
Size: 953 Bytes
Versions: 3
Compression:
Stored size: 953 Bytes
Contents
:"status=": :method_name: "setStatus" :request_type: :post :success: > <?xml version="1.0" encoding="utf-8" ?> <socialize.setStatusResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:com:gigya:api http://socialize.api.gigya.com/schema/1.0.xsd" xmlns="urn:com:gigya:api"> <statusCode>200</statusCode> <statusReason>OK</statusReason> </socialize.setStatusResponse> :failure: > <?xml version="1.0" encoding="utf-8" ?> <socialize.setStatusResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:com:gigya:api http://socialize.api.gigya.com/schema/1.0.xsd" xmlns="urn:com:gigya:api"> <statusCode>401</statusCode> <statusReason>OK</statusReason> <errorCode>123456</errorCode> <description>FAIL</description> </socialize.setStatusResponse>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
giggly-0.1.2 | test/responses/set_status.yml |
giggly-0.1.1 | test/responses/set_status.yml |
giggly-0.1.0 | test/responses/set_status.yml |