2.5.0 • Published 1 year ago

@nulib/dcapi-types v2.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@nulib/dcapi-types

Typescript NPM package for Northwestern University Libraries Digital Collections API.

Northwestern University Libraries

Installation

npm install @nulib/dcapi-types

Usage

import { type Work } from "@nulib/dcapi-types";

...

const work = await apiGetRequest<Work>(id);

Publishing/Updating Types

Types are generated by: Digital Collections API and PR'd into the main branch when the API is versioned. The staging branch tracks changes to the private staging DC API for development purposes only.

2.5.0

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago

2.1.0

2 years ago

2.0.0

2 years ago

2.0.0-rc.5

3 years ago

2.0.0-rc.4

3 years ago

2.0.0-rc.3

3 years ago

2.0.0-rc.2

3 years ago

2.0.0-rc.1

3 years ago

2.0.0-pre

3 years ago