Skip to content

Instantly share code, notes, and snippets.

@roulupen
Last active December 20, 2015 00:48
Show Gist options
  • Save roulupen/6044085 to your computer and use it in GitHub Desktop.
Save roulupen/6044085 to your computer and use it in GitHub Desktop.
<cfset request.getSMSS = structNew() />
<cfhttp
method="get"
url="https://api.plivo.com/v1/Account/{Auth ID}/Message/"
result="request.getSMSS" username="USER_NAME" password="PASSWORD">
<cfhttpparam type="url" name="limit" value="10" />
<cfhttpparam type="url" name="offset" value="1" />
</cfhttp>
<cfdump var="#request.getSMSS#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment