0.0.39 • Published 15 days ago

@ember-nexus/web-sdk v0.0.39

Weekly downloads
-
License
MIT
Repository
-
Last release
15 days ago

Ember Nexus: Web SDK

The Web SDK is a typescript library intended to be used by developers and separate web applications. It is programmed in a framework-agnostic way.

Quick Links

Find us on GitHub, our website ember-nexus.dev, and Discord.

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.

0.0.39

15 days ago

0.0.34

11 months ago

0.0.35

11 months ago

0.0.36

11 months ago

0.0.37

10 months ago

0.0.38

10 months ago

0.0.33

11 months ago