-
Notifications
You must be signed in to change notification settings - Fork 8
Parse xml responses #8
New issue
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
Closed
BirdHighway
wants to merge
56
commits into
openintegrationhub:master
from
blendededge:parse-xml-responses
Closed
Parse xml responses #8
BirdHighway
wants to merge
56
commits into
openintegrationhub:master
from
blendededge:parse-xml-responses
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature/readme
Added log if no url exists after JSONata transformation
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…w-redirects-1.14.8 Bump follow-redirects from 1.14.4 to 1.14.8
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…arse-1.5.10 Bump url-parse from 1.5.3 to 1.5.10
Attachment support
Component upgrades
Bug fix/auth header
…-lib Use Ferryman-Extensions Attachment Processor
Convert to accepted content type
upgrade ferryman-extensions to v1.1.2
Changed release event and updated version command
upgraded dependencies to eliminate vulnerabilities
Updated tag workflow
Formatting fixes and a minor copy update to readme.
Fixed some formatting mistakes in the README
Remove OIH snapshot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
xml
will be parsed as XMLexplicitArray
is set totrue
, child nodes will always be put in an array. Whenfalse
(the default), child nodes will only be put in an array if there is more than one child nodeexplicitArray