Socket
Book a DemoInstallSign in
Socket

@gar/hapi-json-api

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gar/hapi-json-api

Hapi plugin for enabling/enforcing JSONAPI specification

4.0.0
latest
Source
npmnpm
Version published
Maintainers
3
Created
Source

hapi-json-api

Note: This package has been archived, as the maintainer moved away from Hapi when the project was first discontinued. Hapi seems to be alive again, but this package will not be updated anymore. It is updated to Hapi 21, but this is done naivly without much testing. Use it if it works. :)

Hapi plugin for enabling/enforcing JSON-API specification.

Original project transferred from @wraithgar.

Current Version Greenkeeper badge

Support

We support Hapi 21 from version 4.x, and require Node >= 14.15.

Getting started

Installing

npm install @gar/hapi-json-api

Example of use

const jsonApi = require('@gar/hapi-json-api');

// where server is a hapi server, for hapi 21:
await server.register({
    plugin: jsonApi,
    options: {}
});

Configuration

Pass an optional meta parameter to options to have that included in the meta response namespace for all replies from your server

Features

  • Enforces Accept/Content-type rules defined in spec

  • Rewrites Boom errors to be spec compliant

Note: Objects coming back from your handlers is not validated as of now. It is assumed to be in proper json-api format and simply passed on.

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

hapi

FAQs

Package last updated on 28 May 2024

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.