APIcaller is a class that helps you to build API wrappers. You don't have to worry about building URLs, or even about parsing the requested data. As an example, if an API requires an API key, you can set this key as a default value and it'll be always sent with the API request. The API needs to return the data in JSON format, otherwise an execption will be thrown.