1.2.0 • Published 2 years ago

@magalu/webzord v1.2.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

@magalu/webzord

This package provides a simple integration between your front and superapp backend.

Installation

Install the package in your project directory with:

// with npm
npm install @magalu/webzord

// with yarn
yarn add @magalu/webzord

Usage

Install @magalu/webzord. Then import:

import React from 'react';
import MagaluService from '@magalu/webzord';

function App() {
  MagaluService.request({
    serviceName: 'string',
    serviceArgs: {
      somenthing: 1,
      else: 'arg',
    },
    callbackId: 'string',
    callback: () => {
      someAction();
    },
  });
}
1.2.0

2 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago