🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@zipzoong/sdk

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zipzoong/sdk

SDK for Zipzoong REST API

latest
Source
npmnpm
Version
0.1.24
Version published
Maintainers
1
Created
Source

SDK for Client Developers

sdk를 사용하면 프론트엔드 개발자는 마치 일반적인 라이브러리 함수를 사용하는 것처럼 쉽고 type-safe하게 server와 api 통신을 할 수 있다.

import { IConnection } from "@nestia/fetcher";
import { users } from "@project-name/sdk";

const connection: IConnection = {
  host: "https://--",
  headers: { Authorization: "bearer adfdasfds" }
};

 const userinfo = await users.getOne(connection,'user_id')

FAQs

Package last updated on 04 Aug 2023

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