1.0.2 • Published 5 years ago

@janiscommerce/api-schema v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

API Schema

Build Status Coverage Status

A package to handle JANIS Views Schema APIs

Installation

npm install @janiscommerce/api-schema

Usage

'use strict';

const { ApiSchema } = require('@janiscommerce/api-schema');

(async () => {

	const apiSchema = new ApiSchema();

	apiSchema.pathParameters = {
		entity: 'someEntity',
		action: 'someAction'
	};

	await apiSchema.validate();

	const response = ApiSchema.process();

})();
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago

1.3.0

5 years ago