Skip to content

Instantly share code, notes, and snippets.

@stphnwlkr
Created June 17, 2017 11:28
Show Gist options
  • Save stphnwlkr/9702c5887006cd4b5746d3b33180ffc0 to your computer and use it in GitHub Desktop.
Save stphnwlkr/9702c5887006cd4b5746d3b33180ffc0 to your computer and use it in GitHub Desktop.
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