Socket
Book a DemoInstallSign in
Socket

@nulib/dcapi-types

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulib/dcapi-types

Northwestern University Libraries Digital Collections API Typescript types

latest
Source
npmnpm
Version
2.8.0
Version published
Maintainers
0
Created
Source

@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. PR's are reviewed by auto assigning team members, from a team defined in the (CODEOWNERS)[./github/CODEOWNERS] file, using a round robin strategy.

The staging branch tracks changes to the private staging DC API for development purposes only.

FAQs

Package last updated on 01 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts