We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At some point going forward, it might be worth doing a refactoring pass to modernize the existing API according to the usual oop best practices.
In no particular order:
parseResponse
Encoder::decodeXml
The text was updated successfully, but these errors were encountered:
NB: there is also the rewrite going on in the "future-ng" branch...
Sorry, something went wrong.
No branches or pull requests
At some point going forward, it might be worth doing a refactoring pass to modernize the existing API according to the usual oop best practices.
In no particular order:
parseResponse
method from the Request to the Client ?Encoder::decodeXml
method to the XMLParser ?The text was updated successfully, but these errors were encountered: