# TWIN Rights Management Policy Information Point Service

This package provides the policy information point service for supplying context facts to evaluations. It offers an extensible way to gather runtime data used by policy decisions and negotiations.

## Installation

`shell
npm install @twin.org/rights-management-pip-service
`

## Testing

Run the package test suite with:

`shell
npm test
`

## Examples

Usage of the APIs is shown in the examples [docs/examples.md](docs/examples.md)

## Reference

Detailed reference documentation for the API can be found in [docs/reference/index.md](docs/reference/index.md)

## Changelog

The changes between each version can be found in [docs/changelog.md](docs/changelog.md)
