-
Notifications
You must be signed in to change notification settings - Fork 75
Add an example on how to post XML data that is pulled from an XMl file. #25
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
docs/table-of-contents.md
Outdated
@@ -31,6 +31,7 @@ | |||
- [External Libraries](/scripting/external-libraries) | |||
- [Sync Requests](/scripting/sync-requests) | |||
- [JavaScript Reference](/scripting/javascript-reference) | |||
- [XML Post Examle](/scripting/xml-example) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Examle
-> Example
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs rebasing/merging.
I think a more general examples sections might be nice based on the format of the information hierarchy below:

Aside (out of scope for this): If we are going to add in some examples in here, it might be something where we'd want to add in a test step that installs the bruno-cli + runs examples since otherwise it'll 100% break someday on a major version upgrade, food for thought.
c227005
to
376ad0a
Compare
Signed-off-by: Tim Beermann <[email protected]>
376ad0a
to
08aba57
Compare
@pieterocp thanks for pointing that out. I updated the branch and adopted it to the new repository strucutre. |
Signed-off-by: Tim Beermann [email protected]