Re: Planetscentral API
From: | Quapla |
---|---|
Thread: | Planetscentral API |
Forum: | Bugs |
In reply to: | Re: Planetscentral API |
Date: | Sat, 2023-02-04 08:20 GMT |
Edited: | Sat, 2023-02-04 08:20 GMT |
There is a HTTP API (although it's pretty old-style, i.e. not REST).
Thanks again - I will check this, if I can do it quick and dirty
Sorry, ich scheitere schon an den einfachsten Dingen, wie rufe ich die API auf?
So geht es in perl jedenfalls nicht
my $reply = httpCall("GET /dev/playground.cgi/user HTTP/1.0\n", httpBuildQuery(action => 'whoami', api_user => $user, api_password => $pass));
Ich versuche mein Script auf dein c2nu.pl aufzubauen...