0.0.39 • Published 6 months ago

bi_logging_api_poc v0.0.39

Weekly downloads
-
License
Unlicense
Repository
-
Last release
6 months ago

bi_logging_api_poc

BiLoggingApiPoc - JavaScript client for bi_logging_api_poc No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the Swagger Codegen project:

  • API version: 0.0.38
  • Package version: 0.0.38
  • Build package: io.swagger.codegen.v3.generators.javascript.JavaScriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install bi_logging_api_poc --save

git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var BiLoggingApiPoc = require('bi_logging_api_poc');

var api = new BiLoggingApiPoc.DefaultApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.liveness(callback);

Documentation for API Endpoints

All URIs are relative to http://127.0.0.1:5005

ClassMethodHTTP requestDescription
BiLoggingApiPoc.DefaultApilivenessGET /livenessEndpoint to test API liveness.
BiLoggingApiPoc.DefaultApiprivateBILogBackroomMetricsPostPOST /private/BILogBackroomMetrics
BiLoggingApiPoc.DefaultApiprivateBILogChangeSubscriptionPostPOST /private/BILogChangeSubscription
BiLoggingApiPoc.DefaultApiprivateBILogClientLandingPostPOST /private/BILogClientLanding
BiLoggingApiPoc.DefaultApiprivateBILogClientStatsPostPOST /private/BILogClientStats
BiLoggingApiPoc.DefaultApiprivateBILogCreateMeetingPostPOST /private/BILogCreateMeeting
BiLoggingApiPoc.DefaultApiprivateBILogFeedbackPostPOST /private/BILogFeedback
BiLoggingApiPoc.DefaultApiprivateBILogMeetingDonePostPOST /private/BILogMeetingDone
BiLoggingApiPoc.DefaultApiprivateBILogRegistrationPostPOST /private/BILogRegistration
BiLoggingApiPoc.DefaultApiprivateBILogScreenSharePostPOST /private/BILogScreenShare
BiLoggingApiPoc.DefaultApiprivateBILogUserActivityFrontendPostPOST /private/BILogUserActivityFrontend
BiLoggingApiPoc.DefaultApiprivateBILogUserActivityPostPOST /private/BILogUserActivity
BiLoggingApiPoc.DefaultApiprivateBILogUserPaymentPostPOST /private/BILogUserPayment
BiLoggingApiPoc.DefaultApiprivateSchemaNamePostPOST /private/{schema_name}Log According To Schema
BiLoggingApiPoc.DefaultApipublicSchemaNameGetGET /public/{schema_name}Get A Specific Schema
BiLoggingApiPoc.DefaultApischemasGET /publicGet logging schemas
BiLoggingApiPoc.DefaultApitestPostBodyWorksPostPOST /test/post_body_worksPost Body Is Displayed

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

0.0.39

6 months ago

0.0.38

1 year ago

0.0.37

1 year ago

0.0.36

1 year ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago