This is a go package for working with the CrossRef API. It is inspired by the an excellent CrossRefAPI Python package listed in the CrossRef API docs. This package is meant to follow the “polite” guidelines for interacting with the public API at api.crossref.org.
"jane.doe@library.example.edu")
client, err := crossrefapi.NewCrossRefClient(if err != nil {
// handle error...
}"10.1037/0003-066x.59.1.29")
works, err := client.Works(
if err != nil {
// handle error...
}// continue processing your "works" result...
crossrefapi -mailto="jane.doe@library.example.edu" works "10.1037/0003-066x.59.1.29"