Last active
August 29, 2015 14:14
-
-
Save dzuluaga/9116e436b19f8df168f6 to your computer and use it in GitHub Desktop.
How to Retrieve a Custom Attribute set at Developer App Level?
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
<AssignMessage name="AssignMessage.AppendTargetApiKeyToRequest"> | |
<AssignTo createNew="false" transport="http" type="request">request</AssignTo> | |
<Set> | |
<QueryParams> | |
<QueryParam name="Key">{app.postcodeanywhere.targetapikey}</QueryParam> | |
</QueryParams> | |
</Set> | |
</AssignMessage> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment