Neelix
Insecticidal Maniac
Still on that tangent:Going off on a tangent, but just to comment on the login/API key stuff in PNDManager:
A real login-based API key fetching interface in PNDManager would require a coordinated effort from me (adding the user interface and qtpndman support), Milkshake (adding a public API call for exchanging login credentials for an API key) and Cloudef (adding support for the API call to libpndman).
Another possibility would be to use some of the features in latest Qt versions for digging up information from a WebView (so you'd log in to the website inside PNDManager, then the view could be redirected to the page hosting the API key and it could be scraped off the page content), but this is really really clunky, not to mention would add considerably to PNDManager's already hefty PND size, also not to mention there aren't any recent Qt5 builds floating around with working QtQuick support AFAIK.
In any case, the precious resource it needs the most is dev time. I currently have little to offer because of other projects, and even if I did my time alone wouldn't fix the issue
Perhaps a good stopgap measure would be an interface screen which directs users where to find the API key on the repo web page and allows you to enter (or paste) it directly into PNDManager itself?
Last edited by a moderator: