Inside create class called ArkApiPaths and put in all the string path api calls in there. This will make the path api calls exposed to devs and not hard coded strings within the lib. A path example is '/peer/status'.
Replace all hard coded paths with static string variables.
Inside create class called ArkApiPaths and put in all the string path api calls in there. This will make the path api calls exposed to devs and not hard coded strings within the lib. A path example is '/peer/status'.
Replace all hard coded paths with static string variables.