Socket
Socket
Sign inDemoInstall

@im-js/api

Package Overview
Dependencies
2
Maintainers
7
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @im-js/api

I'M Releasing development-base of API on IMR standards.


Version published
Weekly downloads
56
decreased by-9.68%
Maintainers
7
Created
Weekly downloads
 

Readme

Source

@im-js/api

REST API 운영

기여

개발자 안내서

http://imrbiz.co.kr/im-js/modules/api_public_api.html


하위 모듈

  • @im-js/api/operator

HTTP 클래스 상속 구조

classDiagram

class ImrCommonHttpBase {
    Read
    ---
    /has
    /matches
    /match
    /with
}

class ImrReadHttpBase~READ_MODEL, READS_PARAM, READ_PARAM~ {
    Read
    ---
    GET /
    GET /:seq
}

class ImrReadDeleteHttpBase~READ_MODEL, READS_PARAM, READ_PARAM, DELETE_PARAM~ {
	Create, Delete
    ---
    DELETE /
    DELETE /:seq
}

class ImrDefaultHttpBase~CREATE_MODEL, READ_MODEL, READS_PARAM, READ_PARAM, DELETE_PARAM~ {
    Create, Read, Update, Delete
    ---
    POST /
    PATCH /
    PATCH /:seq
}

class ImrExtendedDefaultHttpBase~CREATE_MODEL, READ_MODEL, READS_PARAM, READ_PARAM, DELETE_PARAM~ {
   object files
   object values
}

ImrCommonHttpBase <|-- ImrReadHttpBase
ImrReadHttpBase <|-- ImrReadDeleteHttpBase
ImrReadDeleteHttpBase <| -- ImrDefaultHttpBase
ImrDefaultHttpBase <|-- ImrExtendedDefaultHttpBase

FAQs

Last updated on 26 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc