Open dhimmel opened 5 years ago
@dstillman any thoughts on this?
Manubot now has a frontend developer on our team (@vincerubinetti), so it's possible we could contribute some develop efforts towards this issue.
You could try using citoid which does this and then queries translation-server, but running two services might be overkill for your use case :). https://www.mediawiki.org/wiki/Citoid/API
We were curious regarding the reason to have the
/web
and/search
endpoints encode the query as POST data rather than GET URL Parameters? The benefits of GET would be:Would it be possible to support both POST data and GET URL parameters? Alternatively, is there a built-in caching solution to deal with 2?