@laravel-streams/api-client
v2.0.5
Published
An API client for the Laravel Streams API package.
Downloads
6
Readme
Streams API - JS Client
A Javascript client for interacting with the Streams API.
This is not a Laravel Streams addon. Instead, this is an NPM package for decoupled websites to interact with the Streams API backend server.
Documentation
The full documentation can be found here
Installation & Configuration
Installation goes through any package manager capable of pulling packages from NPM.
yarn add @laravel-streams/api-client
npm install @laravel-streams/api-client
Usage
import { Streams } from '@laravel-streams/api-client'
export const streams = new Streams({
// StreamsConfiguration
})
The full documentation can be found here
MIT License
Can be found here;