🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ember-nexus/web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember-nexus/web-sdk

![GitHub License](https://img.shields.io/github/license/ember-nexus/web-sdk) [![NPM Version](https://img.shields.io/npm/v/%40ember-nexus%2Fweb-sdk)](https://www.npmjs.com/package/@ember-nexus/web-sdk) ![NPM Downloads](https://img.shields.io/npm/dm/%40embe

Source
npmnpm
Version
0.0.63
Version published
Weekly downloads
50
127.27%
Maintainers
1
Weekly downloads
 
Created
Source

Ember Nexus: Web SDK

GitHub License NPM Version NPM Downloads GitHub Actions Workflow Status codecov Discord

The Web SDK is a library intended to make working with the Ember Nexus API easier.
It is programmed in a framework-agnostic way.

Features

Using the Web SDK provides multiple advantages over directly connecting to the API itself:

  • Authentication: Authentication and token management are handled for you.
  • Caching: The Web SDK automatically caches elements and reduces unnecessary web requests. Caching can be disabled and bypassed for individual element lookups.
  • Events: All API endpoints can be optionally exposed as browser events. This is especially useful for abstraction and modularization; all official Ember Nexus apps do use these events extensively.
  • Type safety: The SDK is written in TypeScript and uses explicitly defined types all throughout.

Planned Features

See our milestone and issue list on GitHub for planned features.

FAQs

Package last updated on 06 Oct 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