3.0.2 • Published 2 years ago

mkm-service-forms v3.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.16

2 years ago

2.0.15

2 years ago

2.0.13

2 years ago

2.0.14

2 years ago

2.0.12

2 years ago

2.0.11

3 years ago

2.0.9

3 years ago

2.0.10

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.8

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.0

4 years ago

1.0.0

4 years ago