vdmitriyev / orcidpyclient

A wrapper client around API of orcid.org
Other
6 stars 4 forks source link

Support for v3.0 API #9

Closed pabloab closed 1 year ago

pabloab commented 1 year ago

Please consider update to v3.0 API, these are the changes since the currently used v2.1.

{
  "expanded-result": [
    {
      "orcid-id": "0000-0001-5680-3441",
      "given-names": "Mariano",
      "family-names": "Suárez-Álvarez",
      "credit-name": null,
      "other-name": [],
      "email": [],
      "institution-name": [
        "IMAS. CONICET",
        "Universidad de Buenos Aires"
      ]
    },
    {
      "orcid-id": "0000-0002-2861-5547",
      "given-names": "Mariano",
      "family-names": "Quirós-García",
      "credit-name": null,
      "other-name": [],
      "email": [],
      "institution-name": [
        "Instituto de Lengua, Literatura y Antropología del CSIC"
      ]
    }
  ],
  "num-found": 2
}

More info here.

vdmitriyev commented 1 year ago

Thanks you for opening this issue. I will give it a look.

vdmitriyev commented 1 year ago

@pabloab could you please have a look, if the latest update makes what you expect? Be aware that no new functionality was added to the library. For now, the upgrade to the 3.0 API version and compatibility tests were added.