@author changes
This commit is contained in:
parent
4a97fee7e7
commit
71c2c5d005
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user