bi_logging_api_poc

0.0.39 • Public • Published

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

Class Method HTTP request Description
BiLoggingApiPoc.DefaultApi liveness GET /liveness Endpoint to test API liveness.
BiLoggingApiPoc.DefaultApi privateBILogBackroomMetricsPost POST /private/BILogBackroomMetrics
BiLoggingApiPoc.DefaultApi privateBILogChangeSubscriptionPost POST /private/BILogChangeSubscription
BiLoggingApiPoc.DefaultApi privateBILogClientLandingPost POST /private/BILogClientLanding
BiLoggingApiPoc.DefaultApi privateBILogClientStatsPost POST /private/BILogClientStats
BiLoggingApiPoc.DefaultApi privateBILogCreateMeetingPost POST /private/BILogCreateMeeting
BiLoggingApiPoc.DefaultApi privateBILogFeedbackPost POST /private/BILogFeedback
BiLoggingApiPoc.DefaultApi privateBILogMeetingDonePost POST /private/BILogMeetingDone
BiLoggingApiPoc.DefaultApi privateBILogRegistrationPost POST /private/BILogRegistration
BiLoggingApiPoc.DefaultApi privateBILogScreenSharePost POST /private/BILogScreenShare
BiLoggingApiPoc.DefaultApi privateBILogUserActivityFrontendPost POST /private/BILogUserActivityFrontend
BiLoggingApiPoc.DefaultApi privateBILogUserActivityPost POST /private/BILogUserActivity
BiLoggingApiPoc.DefaultApi privateBILogUserPaymentPost POST /private/BILogUserPayment
BiLoggingApiPoc.DefaultApi privateSchemaNamePost POST /private/{schema_name} Log According To Schema
BiLoggingApiPoc.DefaultApi publicSchemaNameGet GET /public/{schema_name} Get A Specific Schema
BiLoggingApiPoc.DefaultApi schemas GET /public Get logging schemas
BiLoggingApiPoc.DefaultApi testPostBodyWorksPost POST /test/post_body_works Post Body Is Displayed

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

Readme

Keywords

none

Package Sidebar

Install

npm i bi_logging_api_poc

Weekly Downloads

0

Version

0.0.39

License

Unlicense

Unpacked Size

230 kB

Total Files

65

Last publish

Collaborators

  • richard_gui