1.0.32 • Published 2 years ago

mkm-service-frameworkmanager v1.0.32

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

2 years ago

1.0.28

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago