Nayota Config SDK provides a REST API client for interacting with the Nayota platform's configuration server. Version 0.9.79 is currently in early development; release cadence is not documented. It simplifies authentication token management and server load balancing for configuration services. Key differentiator: direct integration with nayota-config-server for managing admin tokens and server endpoints via a simple config method.
npm install nayota-cfg-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes the Nayota SDK with authentication token storage key and configuration server URLs.
Check package documentation for additional API methods; current version may be incomplete.
Always provide both configServer and configServerWeb parameters.
Verify cookie settings (HttpOnly, Secure, SameSite) after calling config.
Change to 'import NayotaSdk from 'nayota-cfg-sdk''
Run 'npm install nayota-cfg-sdk'.
Use default import pattern: import NayotaSdk from 'nayota-cfg-sdk'
No dependency data recorded yet.