Last active
June 23, 2019 08:39
-
-
Save d3ep4k/b377ceb98e00a9d516ec0dbf27931467 to your computer and use it in GitHub Desktop.
External API request example using XRequest feature in metamug console
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
<?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&foo2=bar2" | |
/> | |
</Request> | |
</Resource> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment