Skip to content

Instantly share code, notes, and snippets.

@d3ep4k
Last active June 23, 2019 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3ep4k/b377ceb98e00a9d516ec0dbf27931467 to your computer and use it in GitHub Desktop.
Save d3ep4k/b377ceb98e00a9d516ec0dbf27931467 to your computer and use it in GitHub Desktop.
External API request example using XRequest feature in metamug console
<?xml version="1.0" encoding="UTF-8" ?>
<Resource xmlns="http://xml.metamug.net/resource/1.0" v="1.0">
<Request method="GET">
<XRequest id="xrequest" method="GET"
url="https://postman-echo.com/get?foo1=bar1&amp;foo2=bar2"
/>
</Request>
</Resource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment