Subversion Repositories SmartDukaan

Rev

Rev 11964 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11964 Rev 11965
Line 32... Line 32...
32
		}
32
		}
33
		return htmlString;
33
		return htmlString;
34
	}
34
	}
35
	
35
	
36
	public static String getJSON(String entityId){
36
	public static String getJSON(String entityId){
37
		String endPoint = "http://localhost:8080/mobileapi/items/" + entityId;
37
		String endPoint = "http://localhost:8080/mobileapi/entity/" + entityId + "/getShortContent";
38
		return sendGetRequest(endPoint, null);
38
		return sendGetRequest(endPoint, null);
39
	}
39
	}
40
	
40
	
41
	/**
41
	/**
42
	 * 
42
	 *