1.0.33 • Published 6 months ago

@bytemotion/ocellus-web-client v1.0.33

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ocellus-web-client

Generated js service clients for use in the browser

Namespacing

The grpc service clients are under the global namespace ocellus.grpc.service

The type definitions are under proto

Object paths can be obtained by viewing the proto files or by examining the window object in the browser console.

Example Usage

    <script src="assets/js/pages/modules/shared/api/ApiV1ModuleInfoService.js"></script>
    <script>
        const { OcellusModuleInfoServicePromiseClient } = ocellus.grpc.service.ApiV1ModuleInfoService;
        const client = new OcellusModuleInfoServicePromiseClient("http://localhost:8008");

        client.getModulesV1_1(new proto.api.v1.module.info.GetModulesRequest())
            .then((response) => {
                console.log("GetModulesResponseV1_1", response.toObject());
            })
            .catch((err) => {
                console.log("Error", err);
            });
    </script>
1.0.33

6 months ago

1.0.32

6 months ago

1.0.26

10 months ago

1.0.25

11 months ago

1.0.24

11 months ago

1.0.29

8 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.31

6 months ago

1.0.30

7 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.23

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.11-2

1 year ago

1.0.11-1

1 year ago

1.0.11-0

1 year ago

1.0.10-0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago