Created
June 17, 2017 11:28
-
-
Save stphnwlkr/9702c5887006cd4b5746d3b33180ffc0 to your computer and use it in GitHub Desktop.
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
remote any function getOrgList(){ | |
cfhttp(url="https://data.usajobs.gov/api/codelist/agencysubelements", result="orgs", method="get"){ | |
cfhttpparam(type='header',name='Content-Type',value='application/json'); | |
} | |
return deserializeJSON(orgs.filecontent); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment