@buildit/twig-api-wrapper
PURPOSE
This project is a nodejs helper library for getting data into Twig. It is designed to abstract out all of the HTTP calls necessary so you can get right into the data entry. This project is written in typescript and published with definition files allowing you to take advantage of editors with proper code completion such as vscode. If your editor supports it, it will also help with paremeters for each method.
![intellisense demo](https://github.com/buildit/twig-api-wrapper/raw/HEAD/images/intellisense.png)
Use
npm install -S @buildit/twig-api-wrapper
Then in your project
const { getConfig, login, Twiglet, Model } = require('@buildit/twig-api-wrapper');
const config = getConfig();
config.