Mark Hobson
Mark Hobson
I would like this also. We run multiple react apps on a single domain, each with a different login (like admin, manager, and user logins). If we could pass in...
I have the same issue with accessors and have been beating my head against the wall trying to figure out how to ignore the property. ``` protected $boosters; /** *...
To piggy back on my previous comment, since it is parsing the "setter", `ObjectModelDescriber` is parsing the api documentation for `return`, `var`, and `param`. By parsing the `param` comment, it...
I had this same issue today and ended up changing the code locally to work. Calling ``` $client->setArgSeparator('&'); // or $client->setArgSeparator(null); ``` would give me a POST body like so:...
yes, I saw that pull request. at the moment, I am manually updating my copy of the code, but any new updates overwrite my changes and give me at least...