Documentation
¶
Index ¶
Constants ¶
View Source
const ( // URL is the doi.org URL URL string = "doi.org" // API is the path to doi.org's REST API. API string = "api/handles" )
View Source
const ( QueryKeyType string = "type" QueryValType string = "none" QueryKeyPretty string = "pretty" QueryValPretty string = "true" )
doi.org's REST API query parameters.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.