inveniosoftware / datacite

Python API wrapper for the DataCite API.
https://datacite.readthedocs.io
Other
27 stars 33 forks source link

rest: make method names consistent #67

Closed utnapischtim closed 3 years ago

utnapischtim commented 3 years ago

The class DataCiteRESTClient has some legacy method names (doi_get, metadata_get and media_get) where the verb "get" is after the noun, which is not the usual way to write such a method name. All other method names have the usual order.

With this PR all method names have the same naming convention.