gdcc / pyDataverse

Python module for Dataverse Software (dataverse.org).
http://pydataverse.readthedocs.io/
MIT License
64 stars 45 forks source link

Correct get_user() call #77

Closed raprasad closed 3 years ago

raprasad commented 3 years ago

Error: e.g. Builds path with /users/:me instead of /api/v1/users/:me

https://github.com/gdcc/pyDataverse/blob/77ea8af515ea837e55c6c0a747a31dc23cf7cba9/src/pyDataverse/api.py#L2189

ecowan commented 3 years ago

API call is updated here: https://github.com/opendp/pyDataverse/commit/4edaac3d6d2cc253bd62614d750018e52983068d #

skasberger commented 3 years ago

@ecowan Would you please make a PR with this against develop.

ecowan commented 3 years ago

@skasberger I don't have permissions to push to the repo, but my changes are represented in our fork (the link above). Thanks!

skasberger commented 3 years ago

done. https://github.com/gdcc/pyDataverse/pull/114