- Clean up / refactor per rubocop suggestions
- Use POST instead of GET.
- Update rack to version 2.0.6 because of a GitHub vulnerability alert.
Removes param data
from ENDPOINT constant (Issue #5)
Fixes maxsize
option in the XML
class. (Issue #4)
BREAKING CHANGES
The addition of XML and QL classes breaks the compatibility with previous versions. Also, the element_limit
option was deprecated, so now it's named maxsize
. Check the examples.