Public APIsetAppNameCopy PagesetAppName(appName) Used to set an application context when you want to run multiple applications on the same address e.g localhost:8080. Once an application name has been set all related mock data will be associated with your application name. JavaScriptimport Mimic from 'mimic'; Mimic.setAppName('MyApp'); Updated less than a minute ago