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

wapp-api

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wapp-api

Helper functions to speed up wapp development process.

  • 1.0.16
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
increased by2600%
Maintainers
1
Weekly downloads
 
Created
Source

wapp-api

Set of classes and functions to speed up wapp development process.

Install

npm install wapp-api

Usage

wapp-api follows the Wappsto's Unified Data Model. It provides a possibility to create data structures supported by Wappsto with ease.

wapp-api can be used in either web browser or in NodeJS environment:

  • Browser (client-side usage):
<script src="browser/wapp-api.js"></script>

This will add the 'Wappsto' class as a global variable under the window object.

  • NodeJS (server-side usage):
const Wappsto = require("wapp-api");

Once 'Wappsto' class is loaded, you can instantiate it as follows:

var wappsto = new Wappsto();
        
// or if you want a specific session or environment:

var wappsto = new Wappsto({
  baseUrl: 'your_base_url',
  session: 'your_base_url'
});
  • wapp-cli

License

Apache 2.0 © Seluxit A/S

Keywords

FAQs

Package last updated on 22 Mar 2019

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