1.1.6 • Published 2 years ago

@mggflow/msvc-api v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

MSVC API JS

About

This package makes wrapping to fast and easy send requests to laravel microservice API from Client side code.

Usage

To install:

npm i @mggflow/msvc-api

Example:

let start = async () => {
    let api = new MsvcApi("url_of_microservice_api", "microservice_name")

    let resp = await api.it.hello({name: "World"}).send()
    if (resp.result) {
        console.log(resp.result)
    }else{
        api.handleResponseErrors(api.decodedResponse)
    }
}

start()
1.1.6

2 years ago

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago