How can I set parameter in Guzzle service description to be a json array? This is what I have tried but is not working: Call: The json correct json structure to be send is this: Answer You have to write nested definitions as per JSON schema validation rules. I had done this with XML based requests. Let me try this
Tag: guzzle-service-description
How to update Guzzle service description for v5?
I have the following service description that I had used for quite a while with older version of Guzzle: Now I am moving bunch of thing to a current version of Guzzle and this absolutely refuses to work with newer broken out guzzle/services. My code is along the lines of: It clearly understands command at least partially, since it will
Guzzle Service Description How to have Comma Deliminated Array?
is there a way to automatically have a Guzzle Service Descriptor field, take an array, and it’ll parse it to a comma list? Data Array [ “test”, “another test” ] Service Descriptors The field is the id under parameters, I’d like to provide the raw php array of strings to that, and have Guzzle automatically convert that to a comma