🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@ddi-ring/backend

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ddi-ring/backend

Type-Safe SDK & Swagger를 제공하는 API Helper

unpublished
latest
Source
npmnpm
Version
0.0.0
Version published
Maintainers
0
Created
Source

API SDK

Example

import ddi from "@ddi-ring/backend";

const response = await ddi.functional.health.check({
    host: "http://localhost:4000",
});

if (response.status !== 200)
    console.error(response.data); // error response body
else console.log(response.data); // success response body

FAQs

Package last updated on 03 Jan 2025

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