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