Skip to content

nulib/dcapi-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors