spacer
Skip to content

@pnp/queryable

npm version

This modules contains the abstract core classes used to process odata requests. They can also be used to build your own odata library should you wish to. By sharing the core functionality across libraries we can provide a consistent API as well as ensure the core code is solid and well tested, with any updates benefitting all inheriting libraries.

Getting Started

Install the library and required dependencies

npm install @pnp/logging @pnp/core @pnp/queryable --save

Library Topics