Skip to content

PawelK-DevBrother/maya-sdk

Repository files navigation

Maya SDK


Installation

npm i maya-sdk

Usage

Custom headers

// auth headers
Sdk_Instance.setAuthToken('auth_token')

console.log(Sdk_Instance.getHeaders());

// custom headers
Sdk_Instance.setCustomHeader('custom_header', 'custom_value');

console.log(Sdk_Instance.getHeaders());

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages