fabiobatalha / crossrefapi

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

Please add Depositor example to Readme.md #9

Closed sjtower closed 7 years ago

sjtower commented 7 years ago

I'm interested in using this project to do deposits into crossref. Could you add an example of how to use the Depositor class?

Also, does the Depositor support resource-only deposits?

Thanks!

fabiobatalha commented 7 years ago

hello @sjtower

I will include an example asap.

The depositor class implements the operation "doMDUpload".

https://support.crossref.org/hc/en-us/articles/214960123

fabiobatalha commented 7 years ago

Done!