- Source:
Methods
(protected, static) parse(data) → {Array.<module:@citation-js/core~CSL>}
Get CSL JSON from DOI API URLs.
Parameters:
Name | Type | Description |
---|---|---|
data |
String | Array.<String> | DOIs |
- Source:
Returns:
Array of CSL
- Type
- Array.<module:@citation-js/core~CSL>
(protected, static) parseAsync(data) → {Promise.<Array.<module:@citation-js/core~CSL>>}
Get CSL JSON from DOI API URLs.
Parameters:
Name | Type | Description |
---|---|---|
data |
String | Array.<String> | DOIs |
- Source:
Returns:
Array of CSL
- Type
- Promise.<Array.<module:@citation-js/core~CSL>>