Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngit-json-proxy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngit-json-proxy

promise-based client for JsonProxy web service

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Što je ovo?

Ovo je promise-based http klijent za JsonProxy web service.

API

jsonp.call({
    // naziv SQL procedure (ili ID)
    proc: '[dbo].[get_time]',
    // parametri SQL procedure
    params: {
        paramA: 123,
        paramB: 'neki tekst'
    }
}).then(result=>{
    // ovdje ide neki processing
}).catch(err => {
    // ovdje ide neka obrada greške
});

Installation

Ovaj modul je dostupan na NPM (privatan modul), tako da se instalira kao dependency:

$ npm i @knee-cola/json-proxy --save

FAQs

Package last updated on 13 Nov 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