3.0.2 • Published 12 months ago

mkm-service-forms v3.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months 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)

3.0.2

12 months ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.13

1 year ago

2.0.14

1 year ago

2.0.12

1 year ago

2.0.11

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.8

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.0

2 years ago

1.0.0

3 years ago