1.4.0 • Published 4 years ago

flemish-uri-standard-validator v1.4.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Flemish URI Standard Validator

Introduction

The Flemish government uses form rules, described in this document, to comply in order to access data resources in a uniform manner via the Web. This document describes how "Uniform Resource Identifiers" (URIs) must be manufactured to identify those resources persistently. This allows underlying systems to evolve while the URI remains unchanged. The form rules do not necessarily apply to URIs of services, but they do apply to data that are accessed via services.

This validator checks whether these form rules are met. The following rules are checked by the validator:

Installation

Node

npm install
const uriValidator = require('flemish-uri-standard-validator')

Browser

npm run build

The dist/main.js file can then be reused in a Web application via the script tag

1.4.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.3.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

4 years ago

1.0.0

4 years ago