1.0.32 • Published 3 years ago

mkm-service-frameworkmanager v1.0.32

Weekly downloads
11
License
ISC
Repository
-
Last release
3 years ago

Introduction

Service to support management of frameworks

Getting Started

Install via npm

npm install mkm-service-frameworkmanager

Build and Test

Run build

npm run build

Run tests

npm test

Usage

Example usage:

import { FrameworksManagementService } from 'mkm-service-frameworkmanager';

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

const frameworksManagementService = new FrameworksManagementService(frameworkManagerConfig);

Methods

  • getFramework(id)
  • getFrameworks()
  • createFramework(framework)
  • updateFramework(framework)
  • deleteFramework(id)
  • archiveFramework(id)
  • unarchiveFramework(id)
  • getFrameworkVersionWithHistory(id, versionId)
  • getFrameworkVersion(id, versionId)
  • createFrameworkVersion(id)
  • updateFrameworkVersion(version)
  • deleteFrameworkVersion(version)
1.0.29

3 years ago

1.0.28

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.27

3 years ago

1.0.26

4 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago