New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@buildit/twig-api-wrapper

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildit/twig-api-wrapper

wrapper functions for accessing twig-api

  • 0.1.4
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

@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

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.

Keywords

FAQs

Package last updated on 14 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc