Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vibrantnet/ryp-subscription-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vibrantnet/ryp-subscription-api

OpenAPI client for the RYP subscription core service

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Reach Your People - Subscription API Client

This is a client library for the Reach Your People Subscription API. It is a wrapper around the API that provides a more convenient interface for interacting with the API.

Installation

Simply include the library in your project via npm install @vibrantnet/ryp-subscription-api --save and then import it into your project.

Usage

After installing, you can create an instance of the DefaultApi class and use it to interact with the API.

import { Configuration, DefaultApi } from '@vibrantnet/ryp-subscription-api'

const RYP_SUBSCRIPTION_API_URL = 'http://localhost:8071';

const coreSubscriptionApi = new DefaultApi(new Configuration({
    basePath: RYP_SUBSCRIPTION_API_URL
}));

Contributing

The API client is currently autogenerated via the OpenAPI generator. If you would like to contribute to the client, please contribute your changes to the OpenAPI specification over in the RYP main repository at https://gitlab.com/vibrantnet/ryp.

Keywords

FAQs

Package last updated on 08 Jun 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc