<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Yelp on Swap Space</title><link>/tags/yelp/</link><description>Recent content in Yelp on Swap Space</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 12 Nov 2021 12:56:00 +0000</lastBuildDate><atom:link href="/tags/yelp/index.xml" rel="self" type="application/rss+xml"/><item><title>A Quick Primer on API Calls From Java</title><link>/posts/2021-11-12-api-calls-with-java/</link><pubDate>Fri, 12 Nov 2021 12:56:00 +0000</pubDate><guid>/posts/2021-11-12-api-calls-with-java/</guid><description>API calls are just network requests to some endpoint (Some base url + some extension).
That endpoint can take serveral parameters and will return a status code and maybe some data if all went well.
Network Requests First lets go over what a network request entails On a very simple level, a network request contains a header and a request body:
The header usually includes information about the request such as an auth key, the type of content it&amp;rsquo;s sending, and/or what type of content it wants to recieve.</description></item></channel></rss>