Skip to content

Instantly share code, notes, and snippets.

@RdlP
Created April 15, 2016 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RdlP/73f051b309bbf660c673c41aa9a9c8ab to your computer and use it in GitHub Desktop.
Save RdlP/73f051b309bbf660c673c41aa9a9c8ab to your computer and use it in GitHub Desktop.
public static String BASE_URI = "https://192.168.1.109/Test/public/index.php/";
//public static String BASE_URI = "http://192.168.1.109/Test/public/index.php/";
public static String API_LOGIN = BASE_URI + "api/v1/login";
public static String GET_RESOURCES = BASE_URI + "resources";
public static String GET_RESOURCE = BASE_URI + "resources/?";
public static String GET_SUB_RESOURCES = BASE_URI + "resources/?/subresources";
public static String GET_SUB_RESOURCE = BASE_URI + "resources/?/subresources/?";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment