3.0.5 • Published 1 year ago

mkm-service-user v3.0.5

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

Introduction

Service to support users

Getting Started

Install via npm

npm install mkm-service-user

Build and Test

Run build

npm run build

Run tests

npm test

Usage

Example usage:

import { UserService } from 'mkm-service-user';

const userServiceConfig = {
    apiUrl: 'http://myusers.mkmapps.local/api/',
    authToken: 'dHSD6bsdds....',
    roleToken: '45HS5645bd....'
};

const userService = new UserService(userServiceConfig);

Methods

  • getMyProfile()
  • getUserProfile(id)

3.0.4

1 year ago

3.0.5

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.21

4 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.11

5 years ago

1.0.10

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.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago