package com.insta4j.instagram.util; /** * All URL creation should happen in this class. This will help make changes easily when things change. Since we are dealing with 3rd party APIs, * frequent changes are expected * @author nischal.shetty * */ public class URLMaker { }