HttpRequest req = new HttpRequest(); | |
req.setEndpoint('callout:codefriar/bestBlogPostEver'); | |
req.setMethod('GET'); | |
Http http = new Http(); | |
HTTPResponse res = http.send(req); | |
System.debug(res.getBody()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment