Socket
Socket
Sign inDemoInstall

mkm-service-formauthoring

Package Overview
Dependencies
13
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mkm-service-formauthoring

Wrapper for form authoring API's


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Install size
33.5 MB
Created
Weekly downloads
 

Readme

Source

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)

FAQs

Last updated on 13 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc