Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trapi/query

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trapi/query

An tiny library which provides utility types/functions for request and response query handling.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7K
increased by50.61%
Maintainers
1
Weekly downloads
 
Created
Source

@trapi/query 🏗

main codecov Known Vulnerabilities npm version

This is a library for building JSON:API like REST-APIs. It extends the specification format between request- & response-handling for querying and fetching data according the following parameters:

  • filter: Filter the data set, according specific criteria.
  • include Include related resources of the primary data.
  • page Limit the number of resources returned of the whole set.
  • fields Return only specific fields or extend the default selection.

Table of Contents

Installation

npm install @trapi/query --save

Usage

Keywords

FAQs

Package last updated on 01 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc