dataverse-client-javascript 2.0.0-pr366.bf9c617
Install from the command line:
Learn more about npm packages
$ npm install @IQSS/dataverse-client-javascript@2.0.0-pr366.bf9c617
Install via package.json:
"@IQSS/dataverse-client-javascript": "2.0.0-pr366.bf9c617"
About this version
The Dataverse JavaScript Client is an open-source package that provides a set of use-case-driven functions to interact with the Dataverse API. Designed around Domain-Driven Design (DDD) principles, this package offers a structured, high-level interface to perform actions like retrieving datasets, managing collections, uploading files, and more.
This package is part of the Dataverse Frontend ecosystem and is intended to be used by applications or services that integrate with the Dataverse platform.
-
Use case-centric API functions – Organized around domain-specific actions like
getDataset
,createCollection
, orrestrictFile
. - TypeScript-first – All use cases include strong typings for inputs and outputs, improving developer experience.
Install the package via npm:
npm install @iqss/dataverse-client-javascript
import { getDataset } from '@iqss/dataverse-client-javascript'
/* ... */
const datasetIdentifier = 'doi:10.77777/FK2/AAAAAA'
const datasetVersion = '1.0'
getDataset.execute(datasetIdentifier, datasetVersion).then((dataset: Dataset) => {
/* ... */
})
/* ... */
For detailed information about available use cases see Use Cases Docs.
For detailed information about usage see Usage Docs.
Want to add a new use case or improve an existing one? Please check the Contributing section.
This project is open source and available under the MIT License.
Details
- dataverse-client-javascript
-
IQSS
- 7 days ago
- MIT
- 23 dependencies
Assets
- dataverse-client-javascript-2.0.0-pr366.bf9c617.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0