1.0.4 • Published 2 years ago

@devo/applications-data-library v1.0.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

Devo Applications Data Library

This library links the charts created in the Devo platform with applications using the Devo Query API. It also allows for the retrieval of data from an external source.

The library provides classes that prepare and allow requests to the tables according to the indicated query, domain, and logged-in user. When later obtaining the data, it returns the necessary data structure for the widget in question.

The idea is to use this library as a complementary tool when working with the Devo Applications Builder.

Check out our documentation for more information.

Requirements

  • Node >= 8.0.0
  • npm >= 6.0.0
  • Devo account

Installation

If you want to install this library locally for testing and development purposes, you must download the Devo Applications Builder and install it locally. Once installed, follow the steps below:

Install the library

> npm install

Create a symlink

> cd src
> npm link

Link the library with Devo Applications Builder

> cd /path/to/devo-applications-builder
> npm link @devo/applications-data-library