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

@onbeam/player-api-client

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbeam/player-api-client

The Beam Player API request client is meant to be implemented in **server side environments**. It allows you to read data through our service, and generate Operations for your users.

  • 2.0.19
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-35.29%
Maintainers
0
Weekly downloads
 
Created
Source

Beam Player API (beta)

The Beam Player API request client is meant to be implemented in server side environments. It allows you to read data through our service, and generate Operations for your users.

Beam SDK

If you're looking to implement Beam in a client side application, for example: a web application, please refer to the Beam SDK for web.

Getting started

In order to get started with the Player API request client, we highly recommend you to read our documentation. If you can't wait to get your hands dirty, here's an easy-going snippet that should get you going.

import { Beam } from '@onbeam/player-api-client'

const beam = new Beam('your-publishable-api-key');

const operation = await beam.operations.getOperation('your-operation-id');

FAQs

Package last updated on 30 Sep 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