Version 3.10.2
See installation hints on https://github.com/strohne/Facepager#installer
New features in v3.10:
- Generic module and Files module come with OAuth2 now.
- Post and put requests in Generic module and Files module
- Upload files with placeholders
<filename|file>
or<filename|file|base64>
(replace "filename" with the filename and select the folder in the settings) - Upload multipart/form-data. How to format the data will soon be documented in the Wiki (JSON with name-value pairs).
- Convert XML or HTML responses to JSON. This way Facepager goes beyond JSON APIs, e.g. for using Amazon.
- Amazon module (experimental)
- Custom categories for presets to improve the ordering.
- Improved handling of rate limits (automatic retry)
- Some convenience improvements
It took quite a long time to refactor the code for these features. Why is it worth the effort? Facepager is on its way to becoming a versatile cloud computing tool. You can now connect to Google Cloud Console. Try out the Getting Started for speech recognition: https://github.com/strohne/Facepager/wiki/Getting-Started-with-Google-Cloud-Platform
The macOS version is tested with HighSierra and probably will not work with older versions. Sorry for that.