A REST client framework for the Dynamic Elements platform (dynel). Version 0.0.43 is the latest, with infrequent releases. It provides a structured way to interact with Dynamic Elements REST APIs, offering request/response handling, authentication, and resource management. Heavily tied to the Dynamic Elements ecosystem, with limited standalone use.
npm install dynel-rest-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows initializing the client and making a simple GET request with error handling.
Use `new DynelConfig({...})` from dynel-core.Upgrade to >=0.0.40 and wrap calls in try/catch for reliable error handling.
Add `headers: { 'Content-Type': 'application/json' }` to DynelRequest.Run `npm install dynel-core` as a dependency.
Use `import { DynelRestClient } from 'dynel-rest-client'`.Check the baseURL configuration and network connectivity.