digital-science / dimcli

Python client and CLI for scientometrics and research analytics using the Dimensions API.
https://digital-science.github.io/dimcli/getting-started.html
MIT License
43 stars 6 forks source link

Add result object methods for tot count and errors #41

Closed lambdamusic closed 4 years ago

lambdamusic commented 4 years ago
        d = Dsl()
        res = d.query("search publications where year=2018 return publications")
        print("Query TOT results: ", res.total_count)
        print("Query errors: ", res.errors_string)
lambdamusic commented 4 years ago

https://github.com/lambdamusic/dimcli/releases/tag/v0.5.5