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

@gemeentenijmegen/modules-zgw-client

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gemeentenijmegen/modules-zgw-client

Package that generates zgw clients and helpers.

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

modules-zgw-client

This package generates ZGW-clients based on the api-specifications in the VNG Gemma Zaken Github Repo.

The package also includes helper classes and methods for the ZGW api's.

Using the package

https://www.npmjs.com/package/@gemeentenijmegen/modules-zgw-client

Add @gemeentenijmegen/modules-zgw-client

Generated clients for import:

catalogi
documenten
zaken

How to start the repo

yarn install --frozen-lockfile

npx projen build

Generate clients command line

Command line uitvoeren van het genereren kan met:

npx ts-node -e "import { GenerateNewClients } from './src/client-generator/GenerateNewClients'; (async () => { const generateNewClients = new GenerateNewClients(); await generateNewClients.generateClients(); })();"

Er worden alleen nieuwe clients aangemaakt als deze niet aanwezig zijn. Verwijder dus een van de mappen en voer het commando uit om een nieuwe client te genereren.

Workflow

This repo contains a (custom workflow)[./src/client-updates-custom-workflow.ts] that runs every week.

  • Checks if there are new versions for the ZGW clients based on (config)[./src/client-generator/GenerateClientConfiguration.ts]
  • If there are new client versions the typescript client is generated
  • Latest version is updated in the index.ts
  • PR is made for developers to approve

FAQs

Package last updated on 12 Feb 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

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