api icon indicating copy to clipboard operation
api copied to clipboard

API docs are not up-to-date

Open shyuep opened this issue 1 year ago • 2 comments

Besides the issues I highlighted earlier, there are other issues with the docs being not updated or functionality is broken. For instance, the API docs suggest that using nelements is a perfectly valid way to query. But the following code

mpr.summary.search(nelements=[1], fields=["formula_pretty"])

fails with

TypeError: search() got an unexpected keyword argument 'nelements'

I tried both int and list for nelements and neither worked.

shyuep avatar Oct 03 '22 21:10 shyuep