2.5.0 • Published 10 months ago

@nulib/dcapi-types v2.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months 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

10 months 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

2 years ago

2.0.0-rc.4

2 years ago

2.0.0-rc.3

2 years ago

2.0.0-rc.2

2 years ago

2.0.0-rc.1

2 years ago

2.0.0-pre

2 years ago