New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@digdir/dialogporten-schema

Package Overview
Dependencies
Maintainers
0
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digdir/dialogporten-schema

GraphQl schema and OpenAPI spec for Dialogporten

1.59.0-cbbe4c6
latest
Source
npm
Version published
Weekly downloads
1K
3.23%
Maintainers
0
Weekly downloads
 
Created
Source

Dialogporten Schema Package

This npm package contains both the Swagger and GraphQL schema definitions for the Dialogporten API. It is designed to provide developers with the necessary specifications to interact with the Dialogporten API effectively.

Description

This package includes:

  • GraphQL Schema (schema.verified.graphql): Defines the types, queries, and mutations available in the Dialogporten GraphQL API.
  • OpenAPI Specification ((swagger.verified.json)): Provides a detailed description of the RESTful endpoints, parameters, and models used in the Dialogporten API.

Usage

To use this package, include it in your project dependencies using npm: To install the Dialogporten Schema Package in your JavaScript project, follow these steps:

  • Ensure you have npm installed. You can check by running npm -v in your terminal. If npm is not installed, download and install Node.js from nodejs.org, which includes npm.

  • Add the Dialogporten Schema Package to your project dependencies. Run the following command in your project directory:

    npm install @digdir/dialogporten-schema
    

FAQs

Package last updated on 20 Mar 2025

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