Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 955 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 955 Bytes

ky

CircleCI codecov GitHub tag (latest SemVer) jscpd

ky implementation of js-items

  • cursor based pagination operates using before and after
  • optional enveloping response (envelope: boolean) for clients not capable of working with headers and JSONP
  • possibility to override each request handler
  • by default all methods request response to be pretty which improves readability, you can disable that by query param (pretty: boolean)

Installation:

npm i @js-items/ky --save

Credits: