Skip to content
Greg Kallenberg edited this page Sep 22, 2017 · 1 revision

NYPL Checkin Request Service API

REST API for handling checkin requests that originate from NYPL's Integrated Library System (ILS) on behalf of member patrons to reserve materials owned by NYPL and made available from its offsite storage facility, ReCAP.

Requests are validated before being processed via OAuth 2 token/scope analysis.

Responsibilities of this service include:

  • Authorize POST requests against client credentials/scope
  • Create a database entry
  • Negotiate the checkin process with the Integrated Library System (ILS)
  • Respond with an appropriate success/failure flag for further processing by other services.
Clone this wiki locally