2.0.7 • Published 1 month ago

@devoinc/applications-data-library v2.0.7

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 month ago

🚨 Deprecated 🚨

This package has been deprecated in favor of DevoInc/App-Developer-Kit.

Therefore, this repository will serve as archive and will be no longer supported.

You can access the new project repository here: https://github.com/DevoInc/App-Developer-Kit

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 14
  • npm 7
  • 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 @devoinc/applications-data-library
2.0.7

1 month ago

2.0.3

10 months ago

2.0.5

6 months ago

2.0.4

6 months ago

2.0.6

6 months ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago