samu_masken #9
@@ -1,9 +1,3 @@
 | 
				
			|||||||
/**
 | 
					 | 
				
			||||||
 * @author Samuel Wolff
 | 
					 | 
				
			||||||
 * noch nicht getestet
 | 
					 | 
				
			||||||
 * TODO FERTIG MACHEN
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
package RestAPISchnittstelle;
 | 
					package RestAPISchnittstelle;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.net.URI;
 | 
					import java.net.URI;
 | 
				
			||||||
@@ -12,6 +6,11 @@ import java.net.http.HttpRequest;
 | 
				
			|||||||
import java.net.http.HttpResponse;
 | 
					import java.net.http.HttpResponse;
 | 
				
			||||||
import java.nio.charset.StandardCharsets;
 | 
					import java.nio.charset.StandardCharsets;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * noch nicht getestet
 | 
				
			||||||
 | 
					 * TODO FERTIG MACHEN
 | 
				
			||||||
 | 
					 * @author Samuel Wolff
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
public class RestApiClient implements IRestAPI{
 | 
					public class RestApiClient implements IRestAPI{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	private final String urlBase = "https://pbg2h22awo.web.pb.bib.de/VPR_Schnittstelle/VPR_Schnittstelle/restAPI.php";
 | 
						private final String urlBase = "https://pbg2h22awo.web.pb.bib.de/VPR_Schnittstelle/VPR_Schnittstelle/restAPI.php";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user