bin icon indicating copy to clipboard operation
bin copied to clipboard

WA - Short vs Full answers

Open diego898 opened this issue 4 years ago • 0 comments

Hello, thanks for the WA script its great. I noticed it uses the short answers API:

https://products.wolframalpha.com/short-answers-api/documentation/

namely:

http://api.wolframalpha.com/v1/result?

as opposed to the "full answers API":

https://products.wolframalpha.com/api/documentation/

namely

http://api.wolframalpha.com/v2/query?

which returns

a full XML object.

Just curious if you're ever interested in supporting the "full answer" option as well? Thanks!

diego898 avatar Apr 30 '21 01:04 diego898