0.0.39 • Published 2 years ago

bi_logging_api_poc v0.0.39

Weekly downloads
-
License
Unlicense
Repository
-
Last release
2 years 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

2 years ago

0.0.38

3 years ago

0.0.37

3 years ago

0.0.36

3 years ago

0.0.35

3 years ago

0.0.34

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago