New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@solace-community/eventportal

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solace-community/eventportal

This is a wrapper to Solace PubSub+ Event Portal REST API

1.0.1
npm
Version published
Weekly downloads
0
-100%
Maintainers
3
Weekly downloads
 
Created
Source

Solace Pubsub+ Event Portal REST API Wrapper

This module wraps the Solace PubSub+ EP REST API. This can be used to enable the creation of integrations, plugins, and component on top of the Solace PubSub+ Event API

Installation

npm install @solace-community/eventportal

Constructor

const EventPortal = require('@solace-community/eventportal')
const ep = new EventPortal()
// Optional: You can pass Solace Cloud Token as parameter if not defined as environment variable
const ep = new EventPortal(SOLACE_CLOUD_TOKEN)

Environment Variables

Env VariableDescription
SOLACE_CLOUD_TOKENSolace Cloud Token with the right EP access

Methods

  • createApplicationDomain(domain)
  • createSchemaObject(schema)
  • createSchemaVersion(schemaVersion)
  • createEventObject(event)
  • createEventVersion(eventVersion)
  • createApplicationObject(application)
  • createApplicationVersion(applicationVersion)

Star this!

To-Do

  • [] Document methods in README

FAQs

Package last updated on 09 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts