๐Ÿš€ DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more โ†’
Socket
Book a DemoInstallSign in
Socket

inicis

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inicis

KG Inicis client for nodejs

latest
Source
npmnpm
Version
1.2.9
Version published
Maintainers
1
Created
Source

Nest Logo

KG Inicis client for Node.js

NPM Version Package License NPM Downloads Coverage

์ด ๋ชจ๋“ˆ์€ KG์ด๋‹ˆ์‹œ์Šค์—์„œ ์ œ๊ณตํ•˜๋Š” API๋ฅผ Node.jsยฎ๋กœ ๊ตฌํ˜„ํ•œ ํด๋ผ์ด์–ธํŠธ์ž…๋‹ˆ๋‹ค.
KG INICIS์˜ ๊ฐœ๋ฐœ ๊ฐ€์ด๋“œ๋Š” ์—ฌ๊ธฐ๋ฅผ ์ฐธ๊ณ ํ•˜์‹œ๊ธฐ ๋ฐ”๋ž๋‹ˆ๋‹ค.
์ด ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋ฐœ์ƒํ•˜๋Š” ์†์‹ค์ด๋‚˜ ๋ฌธ์ œ๋Š” ์ฑ…์ž„์ง€์ง€ ์•Š์Šต๋‹ˆ๋‹ค.

Requirements

  • nodejs >= 0.12.x

Installation

$ npm install --save inicis

Features

  • stdpay
    • getParams
    • auth
  • mobpay
    • getParams
    • auth

Usage

import Inicis from 'inicis';

const inicis = new Inicis({
  mid: 'your mid',
  signkey: 'your signkey',
});

// ์›นํ‘œ์ค€๊ฒฐ์ œ์— ํ•„์š”ํ•œ ํŒŒ๋ผ๋ฏธํ„ฐ ๋ฐ›์•„์˜ค๊ธฐ
inicis.stdpay.getParams({
    ...
})

Author

Contribution

  • ์ด ํ”„๋กœ์ ํŠธ๋Š” ๋ˆ„๊ตฌ๋‚˜ ์ฐธ์—ฌ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.
  • ๋ฒ„๊ทธ๋‚˜ ๊ฐœ์„ ์  ๋ฐ ์˜๊ฒฌ ๋“ฑ์€ ์ด์Šˆ ๋ฐ Pull Request๋ฅผ ํ™œ์šฉํ•ด์ฃผ์„ธ์š”.

License

This Package is MIT licensed.

References

Keywords

inicis

FAQs

Package last updated on 21 Oct 2021

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