Skip to content

Releases: BookOps-CAT/bookops-nypl-platform

Updated dependencies and tests

02 Jan 15:40
711229b
Compare
Choose a tag to compare
  • Updated dependencies:
    • certifi (2023.11.17)
    • requests (2.31.0)
    • dev dependencies
  • Updated conftest.py with new path to credentials
  • master renamed to main

Dependencies updates & GitHub-Actions CI

05 Feb 21:21
25fde6b
Compare
Choose a tag to compare
  • Changes CI from Travis to Github-Actions
    • adds testing for Python 3.10
  • Updates dependencies:
    • certifi to 2021.10.8
    • idna to 3.3
    • requests to 2.27.1
    • urllib3 to 1.26.8
    • dev dependencies

Py 3.7 support

30 Oct 03:55
Compare
Choose a tag to compare
  • Python 3.7 support in metadata
  • Dependencies update

Items endpoint

27 Oct 16:04
Compare
Choose a tag to compare

Basic item endpoint method added:

  • /v0.1/items get_item_list - retrieves list of items

Initial release

22 Oct 03:51
Compare
Choose a tag to compare

Basic functionality for obtaining access token and searching bib and item records.

Supported NYPL Platform endpoints:

  • /v0.1/auth/patron/tokens/{token}
  • /v0.1/bibs
  • /v0.1/bibs/{nyplSource}/{id}
  • /v0.1/bibs/{nyplSource}/{id}/is-research
  • /v0.1/bibs/{nyplSource}/{id}/items