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.
The full documentation can be found here
Installation goes through any package manager capable of pulling packages from NPM.
yarn add @laravel-streams/api-client
npm install @laravel-streams/api-client
import { Streams } from '@laravel-streams/api-client'
export const streams = new Streams({
// StreamsConfiguration
})
The full documentation can be found here
Can be found here;