2.0.4 • Published 2 months ago

@ima/plugin-halson-rest-client v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

@ima/plugin-halson-rest-client

HAL+JSON REST API client for IMA applications.

Based on @ima/plugin-rest-client

HAL specification:

http://stateless.co/hal_specification.html or https://tools.ietf.org/html/draft-kelly-json-hal-07 (already expired).

Installation

npm install --save @ima/plugin-halson-rest-client
// /app/build.js

var vendors = {
	common: [
		'@ima/plugin-halson-rest-client'
	]
};

/*
Now is the halson-rest-client plugin available as:

import {
  AbstractHalsonEntity,         // The base class for typed REST API HALSON entities
  HalsonConfigurator,           // Configurator for the HAL+JSON REST API client configurator.
  HalsonLinkGenerator,          // URI generator for the HAL+JSON REST API client.
  HalsonResponsePostProcessor,  // REST API response post-processor
  HalsonRestClient,             // The REST API client for the HAL+JSON REST API.

  // decorators:
  embedName,
  idParameterName,
  inlineEmbeds
 } from '@ima/plugin-halson-rest-client';
*/
2.0.4

2 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.2-rc.3

1 year ago

2.0.2-rc.5

1 year ago

2.0.2-rc.4

1 year ago

2.0.2-rc.2

1 year ago

2.0.2-rc.1

1 year ago

2.0.2-rc.0

1 year ago

2.0.0-rc.10

1 year ago

2.0.0-rc.7

1 year ago

2.0.1

1 year ago

2.0.0-rc.8

1 year ago

2.0.0

1 year ago

2.0.0-rc.9

1 year ago

2.0.0-rc.3

2 years ago

2.0.0-rc.4

2 years ago

2.0.0-rc.5

2 years ago

2.0.0-rc.6

2 years ago

2.0.0-rc.2

2 years ago

2.0.0-rc.0

2 years ago

2.0.0-rc.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago