1.0.14 • Published 1 year ago

mkm-service-reporting v1.0.14

Weekly downloads
13
License
ISC
Repository
-
Last release
1 year ago

Introduction

Service to support retrieving and creating file resources

Getting Started

Install via npm

npm install mkm-service-resource

Build and Test

Run build

npm run build

Run tests

npm test

Usage

Example usage:

import { ResourceService } from 'mkm-service-resource';

const resourceServiceConfig = {
    apiUrl: 'http://localhost:59299/api/',
    authToken: 'dHSD6bsdds....',
    roleToken: '45HS5645bd....'
};

const resourceService = new ResourceService(resourceServiceConfig);

Methods

  • createResource(resource)
  • createUrlResource(resource)
  • getResource(id)
  • getUrlResource(id)

1.0.9

1 year ago

1.0.8

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago