fabiobatalha / crossrefapi

A python library that implements the Crossref API.
BSD 2-Clause "Simplified" License
265 stars 44 forks source link

Update possible fields for select #39

Closed csomorbalazs closed 2 years ago

csomorbalazs commented 2 years ago

Possible select fields are outdated compared to the API documentation (https://api.crossref.org/swagger-ui/index.html#/Works/get_works). The word order of the updated FIELD_SELECT follows the order of the documentation.

This may seem like more change then it actually is, only the field published was missing from the library, but I believe changing the order of values makes future updates cleaner.